Xizhi1024/dsh-vs-sidebar1

dsh-vs-sidebar

%dsh.ext.description%

AI 분석

核心用途是在 VS Code 辅助侧边栏中提供 DSH 专属标签页。适合需要在编辑器内快速管理 DSH 服务、发送当前文件或选中代码至上下文的开发者。

패키지
dsh-vs-sidebar
버전
0.4.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Usage

  • Ctrl+Alt+B opens the auxiliary sidebar → DeepSeek Harness (DSH) tab
  • Commands (all 11): Open DSH in Browser · New Session · Switch Session · Restart DSH Server · Stop DSH Server · Focus DSH Sidebar · Add Active File to DSH Context · Add Active Selection to DSH Context · Add Problems to DSH Context · Capabilities and Integrations · Diagnose
  • With dsh.autoStart on, the server is started at VS Code startup even if the sidebar is never opened

Configuration

KeyDefaultDescription
dsh.port3080Port to probe/start the DSH web server on
dsh.host127.0.0.1Fixed loopback bind required by the current DSH Web profile
dsh.autoStarttrueStart one DSH child for this VS Code window (false = reuse only the configured user-managed endpoint); also starts at VS Code startup
dsh.closePolicyonVscodeExitWhen to stop the extension-owned server (see below)
dsh.runtime.manifestUrl(empty)HTTPS URL of a runtime release manifest (schemaVersion: 1, artifacts with embedded runtime manifests). Empty = use only the already installed verified runtime under VS Code global storage
dsh.runtime.version(empty)Optional DSH runtime version pin. Empty = installed current version, or the newest matching artifact when provisioning from a manifest URL

dsh.closePolicy values:

ValueBehavior
onVscodeExitStop the owned server only when VS Code exits (default)
onViewCloseAlso stop the owned server when the sidebar view is closed
neverNever stop automatically — use the Stop DSH Server command

A reused (non-owned) instance is never stopped by any policy or command.