Expand description
$HOME/.fiddee - the user-scope dotfile root. Holds VS Code-style
extensions (~/.fiddee/extensions), recently-opened workspaces
(~/.fiddee/workspaces/RecentlyOpened.json), per-extension storage
(~/.fiddee/extensionStorage, ~/.fiddee/globalStorage), and the
background-daemon log/data trees (~/.fiddee/logs, ~/.fiddee/data).
Renamed from ~/.land when the product shipped as FIDDEE; centralised
here so that any future rename touches a single file. All callers
resolve their sub-paths from this atom rather than hard-coding the
leaf string.
Constants§
- DOTFILE_
NAME - Leaf directory name. Public so TS-side callers that mirror this value
(
Cocoon/Source/Services/Handler/Extension/Host/Handler.tsetc.) can import the constant via a generated header if/when that wiring lands.
Functions§
- Fn
- Returns
$HOME/.fiddee(or$USERPROFILE\.fiddeeon Windows). Falls back to a relative.fiddeeso callers always get a validPathBuf- matches the previous$HOME/.landresolution semantics.