dsh4vscode
DeepSeek Harness (DSH) inside VS Code: chat with the running DSH instance in editor windows, mirroring the DSH Web UI's model picker and session behavior.
AI Analysis
核心用途是将 DSH 的对话能力直接无缝嵌入到 VS Code 编辑器中。适合希望在编写代码时无需切换浏览器即可与 DSH 交互的开发者。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置(settings.json)
| 设置 | 默认 | 说明 |
|---|---|---|
dsh.baseUrl | http://127.0.0.1:3080 | DSH web 服务器地址 |
dsh.workspacePath | "" | 覆盖会话 cwd(空 = 第一个工作区文件夹) |
dsh.agentPreset | standard | 创建会话使用的 agent preset |