HarcoChen/deepseek-harness-vscode ↗★ 10
dsh-vsc-integration
DeepSeek Harness 的 VS Code 集成插件,支持多模式切换、Trace 查看及免 npm 环境自动下载 Runtime
AI 分析
核心用途是将 DSH 的 AI 辅助能力无缝嵌入 VS Code 编辑器。适合习惯在 IDE 内完成编码、调试和 Trace 追踪的软件开发人员。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Search dsh in VS Code settings for the full list.
| Setting | Default | What it does |
|---|---|---|
dsh.serverUrl | "" | URL of an already running dsh web Runtime; when set, the extension connects directly. |
dsh.autoStart | true | Automatically start or connect to dsh web when the extension activates. |
dsh.installWhenMissing | true | Automatically download and manage a standalone Runtime when no usable npm/dsh environment is available. |
dsh.runtimeVersion | 0.1.2-rc.1 | Version to download for the managed Runtime. |
dsh.npmRegistry | https://registry.npmmirror.com | Registry mirror used as a download fallback. |
dsh.npxTimeoutMs | 120000 | Timeout while waiting for package-manager download and startup. |
dsh.maxContextBytes | 120000 | Maximum UTF-8 bytes of `` included per prompt. |
dsh.persistSession | true | Reuse the previous Session ID for the current workspace when possible. |
dsh.agentStatusLabels | fat-whale messages | Random text shown during each streaming turn; customizable. |
dsh.agentStatusLabel | "" | Pins a single fixed status line when set. |
dsh.enableEffortKnob | true | Use the runner sprite animation as the reasoning-effort slider button. |