feat(FN-4479): complete Step 6 — update file editor documentation

Fusion-Task-Id: FN-4479
Fusion-Task-Lineage: 5dfad520-13eb-4a31-a45c-2daf767a3dff
This commit is contained in:
Fusion
2026-05-14 09:06:24 -07:00
committed by gsxdsm
parent a1bff33644
commit 856bdec3cd

View File

@@ -706,7 +706,7 @@ A `prefetchLazyViews()` function runs once on mount via `requestIdleCallback` to
### File browser editor
`packages/dashboard/app/components/FileEditor.tsx` is CodeMirror 6-backed (not a plain textarea). Language resolution lives in `packages/dashboard/app/utils/codemirror-language.ts` via `resolveCodeMirrorLanguage(filePath)`, currently mapping JS/TS, CSS, JSON, and Markdown extensions; unknown extensions intentionally fall back to plain text.
`packages/dashboard/app/components/FileEditor.tsx` is CodeMirror 6-backed as the single edit surface (no fallback `<textarea>` pane). Language resolution lives in `packages/dashboard/app/utils/codemirror-language.ts` via `resolveCodeMirrorLanguage(filePath)`, currently mapping JS/TS, CSS, JSON, and Markdown extensions; unknown extensions intentionally fall back to plain text.
### Design Tokens