Skip to content

bearylabs/doomcode-workspace

Repository files navigation

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

About

Host-side filesystem companion for Doom Code.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors