AI Agent Hub
Back to plugins
🖥️

dsh-open-in-vscode

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install omdsh-dev/dsh-open-in-vscode

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

To install this plugin in DeepSeek Harness, run `dsh plugin install omdsh-dev/dsh-open-in-vscode`; the source repository is https://github.com/omdsh-dev/dsh-open-in-vscode.

About this plugin

Managing workspaces in the DeepSeek Harness web GUI often means you want to open a directory in your local editor. Copying paths and running code from a terminal interrupts your flow and invites mistakes. This plugin turns that step into a single menu item: expand a workspace’s overflow menu (…) in the sidebar and choose “Open in VSCode” to open that directory in VS Code — or whatever editor command you configure.

The host side spawns the editor CLI (code by default, with configurable command and extra arguments). The menu label follows the interface locale, switching between English and Chinese. The plugin uses the native workspace row-menu slot where available, with a compatibility adapter for DSH 0.1.0-rc.6, and it adds no tools, skills, or settings. It only opens the directory you already opened in DSH; it never reads or writes files on its own.

It’s for developers who juggle multiple workspaces in DeepSeek Harness and want a fast, predictable way to jump into a local editor. Whether you use VS Code or another directory-opening editor, once the command is configured, one click from the sidebar brings you back to your familiar editing environment.

Use Cases

  • Open the current workspace directory in VS Code with one click from the DeepSeek Harness sidebar.
  • Quickly switch from the web GUI to a local editor to view or edit files.
  • When juggling multiple workspaces, open a specific directory from the menu without copying paths manually.

Best For

  • Developers who manage multiple workspaces in DeepSeek Harness.
  • Users of VS Code or any editor with a CLI that can open directories.
  • Developers who want a fast way to switch between the web GUI and their local editing environment.