DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Open In Vscode — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@alex-dsh-plugin/open-in-vscode

Open In Vscode

DeepSeek Harness (dsh) Web plugin: open workspaces in VSCode from the sidebar, and jump chat-referenced files straight into VSCode with line/column support

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @alex-dsh-plugin/open-in-vscode@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Open In Vscode is published as @alex-dsh-plugin/open-in-vscode and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
21.6 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-open-in-vscode

中文 | English

DeepSeek Harness(dsh)Web 插件:把浏览器 GUI 与 VSCode 打通。

功能

工作区一键打开

侧边栏工作区行的 ... 菜单新增「在 VSCode 中打开」:

  • VSCode 已打开该项目 → 直接唤起(聚焦)对应窗口;
  • 未打开 → 新开窗口打开项目。

对话内文件跳转

对话中 DSH 输出的文件路径,点击即在 VSCode 中打开:

  • 支持收尾正文的行内文件引用、产物文件 chip、工具行打开按钮;
  • 所属项目未在 VSCode 打开时,先打开项目窗口,再定位到文件;
  • 支持 文件:行:列 精确跳转;
  • 找不到 VSCode 或打开失败时,自动回退为系统默认打开方式,点击永不失效。

安装

dsh plugin --profile web add @alex-dsh-plugin/open-in-vscode

也可以直接从 GitHub 安装:

dsh plugin --profile web add zhili-wang/dsh-open-in-vscode

重启 dsh web 生效。插件自带 bundle 层,安装即激活,无需手动编辑配置。

如需覆盖默认配置(如指定编辑器路径),在 ~/.dsh/profiles/web/cordis.patch.yml 追加:

- id: vscode
  config:
    command: /Applications/Visual Studio Code.app/Contents/Resources/app/bin/code

编辑器探测顺序

  1. 配置 command(显式覆盖);
  2. macOS:/Applications/Visual Studio Code.app/.../bin/code(含 ~/Applications);
  3. PATH 中的 code——指向其他编辑器(如 Cursor)的同名 shim 会被跳过。

均失败时所有手势回退为系统默认打开行为。

配置

键默认值说明
command自动探测VSCode code CLI 的绝对路径
rerouteOpenPathtrue是否把对话内文件打开改走 VSCode

已知限制

  • 菜单注入依赖当前侧边栏 DOM 结构;上游改版会让菜单项静默失效(不影响其他功能)。
  • 可点击的文件引用沿用官方词表:本轮产出文件(精确路径或唯一 basename),外加工具行打开按钮。
  • 两个工作区标题完全相同时无法区分,不注入菜单项。
  • 仅面向本机部署(浏览器与 host 同机)。

开源协议

MIT © Alex