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. 8. 14.

설치

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

配置

- 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 启动)。