dsh plugins中文
← Back to popular plugin directory

VS Code embedded DSH client

yauntyour/DSH-for-VSC · skills

Use the DeepSeek Harness Web UI inside VS Code with sidebar controls, logs, and automatic service recovery.

★ 4GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

DSH for VSC 把 DeepSeek Harness(DSH)的 WebUI 搬进 VS Code:编辑器内嵌面板 + 侧边栏控制台,服务离线自动拉起,日志随时可查。

1. 检测扩展宿主 PATH 中是否存在 dsh → 使用 dsh web; 2. 否则回退为 npx @deepseek-ai/dsh web。

扩展会在侧边栏与输出通道打印实际尝试的命令。若 dsh 与 npx 均不可用,请在设置 dsh.startCommand 中填入实际启动命令(例如用 Node 直接指向 DSH 的 lib/bin.js)。 自动启动没有生效

Install command

dsh plugin --profile web add github:yauntyour/DSH-for-VSC
View GitHub repository ↗Back to popular plugin directory