AI Agent Hub
Back to plugins
🖥️

dsh-command-vscode

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install foxi-ui/dsh-command-vscode

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install foxi-ui/dsh-command-vscode in your terminal to install this plugin. The source repository is at https://github.com/foxi-ui/dsh-command-vscode . Restart dsh after installation and use the /vscode command.

About this plugin

You are mid-edit in a DeepSeek Harness session and want to pop open VS Code, but you do not remember the workspace path and do not want to break rhythm hunting for a terminal. dsh-command-vscode turns that into a single /vscode slash command: with no argument it opens the session working directory (the cwd captured when dsh started); with a path argument it opens any directory, spaces and all, without shell escaping. The plugin auto-detects the VS Code CLI through an environment variable, PATH, and well-known platform install paths, with an open -a fallback on macOS. It is cross-platform (macOS, Windows, Linux), has zero runtime dependencies, and uses Node's built-in child_process.execFile directly—no shell, and AbortSignal is forwarded so a cancelled request stops the child process immediately.

Use Cases

  • Open the current session workspace with a single slash command
  • Open any directory containing spaces without manual escaping
  • Trigger VS Code consistently on macOS, Windows, and Linux

Best For

  • Developers who rely on DeepSeek Harness daily
  • Engineers working in both VS Code and CLI workflows
  • Small teams that need consistent cross-platform IDE integration