Sidecar extension for Doom Code.
Some Doom Code features — directory reading and project file listing — must run on the machine that owns the workspace (SSH host, WSL, or local). VS Code's extensionKind: ["ui"] restriction prevents the main extension from doing this directly, so those features are extracted here as a extensionKind: ["workspace"] extension that Doom Code can call via vscode.commands.executeCommand.
| Command | Description |
|---|---|
doom-workspace.readDirectory |
Read a directory and return sorted entries with metadata |
doom-workspace.listProjectFiles |
List all project files via git or VS Code findFiles fallback |