Hyna-hla/dsh-vscode0

dsh-vscode

DeepSeek Harness tool plugin: open files, folders, and diff views in the local Visual Studio Code (open_in_vscode tool), spawning Code.exe directly so the sandboxed shell cannot block it.

AI 分析

核心用途是让AI能直接在本地 VS Code 中打开项目文件和对比差异。适合使用 VS Code 的开发者。必要条件是本地需安装 VS Code。

パッケージ
dsh-vscode
バージョン
1.0.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hyna-hla/dsh-vscode

ドキュメント

README 全文を読む ↗

配置

- insert:
    - id: dsh-vscode
      name: dsh-vscode
      config:
        codeExe: ''   # 留空自动探测;可指定 Code.exe 或 bin\code.cmd 路径

自动探测顺序:%LOCALAPPDATA%\Programs\Microsoft VS Code\Code.exe%ProgramFiles%%ProgramFiles(x86)% → PATH 上的 code.cmd(经 cmd.exe 启动)。