omdsh-dev/dsh-open-in-vscode46

dsh-open-in-vscode

在 DSH Web 界面一键将当前工作区目录在 VS Code 中打开的快捷工具

AI 分析

在 Web 端的会话工作区菜单中添加“在 VS Code 中打开”的选项。适合频繁在 AI 聊天界面与本地专业 IDE 之间切换、进行代码调试和项目管理的开发者。

套件
dsh-open-in-vscode
版本
0.1.6
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-open-in-vscode

Configuration

Deployment-varying choices are validated Config fields, changeable from cordis.yml:

KeyDefaultMeaning
commandcodeExecutable that opens a directory. The default also probes standard Windows VS Code install locations; other commands resolve through PATH.
args[]Extra arguments passed before the directory path.

A missing executable fails loud with a fix hint; relative paths are refused.