HarcoChen/deepseek-harness-vscode10

dsh-vsc-integration

%extension.description%

AI 分析

核心用途是将 DSH 的 AI 辅助能力无缝嵌入 VS Code 编辑器。适合习惯在 IDE 内完成编码、调试和 Trace 追踪的软件开发人员。

パッケージ
dsh-vsc-integration
バージョン
0.6.2
ライセンス
MIT
最終更新
2026/09/06

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Configuration

Search dsh in VS Code settings for the full list.

SettingDefaultWhat it does
dsh.serverUrl""URL of an already running dsh web Runtime; when set, the extension connects directly.
dsh.autoStarttrueAutomatically start or connect to dsh web when the extension activates.
dsh.installWhenMissingtrueAutomatically download and manage a standalone Runtime when no usable npm/dsh environment is available.
dsh.runtimeVersion0.1.2-rc.1Version to download for the managed Runtime.
dsh.npmRegistryhttps://registry.npmmirror.comRegistry mirror used as a download fallback.
dsh.npxTimeoutMs120000Timeout while waiting for package-manager download and startup.
dsh.maxContextBytes120000Maximum UTF-8 bytes of `` included per prompt.
dsh.persistSessiontrueReuse the previous Session ID for the current workspace when possible.
dsh.agentStatusLabelsfat-whale messagesRandom text shown during each streaming turn; customizable.
dsh.agentStatusLabel""Pins a single fixed status line when set.
dsh.enableEffortKnobtrueUse the runner sprite animation as the reasoning-effort slider button.