Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Doom WorkspaceNew to Visual Studio Code? Get it now.
Doom Workspace

Doom Workspace

bearylabs

|
7 installs
| (0) | Free
Host-side filesystem companion for Doom Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

doom-workspace

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.

Commands

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft