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 Analysis
核心用途是让AI能直接在本地 VS Code 中打开项目文件和对比差异。适合使用 VS Code 的开发者。必要条件是本地需安装 VS Code。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hyna-hla/dsh-vscodeREADME
Read the full 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 启动)。