omdsh-dev/dsh-open-in-vscode ↗★ 46
dsh-open-in-vscode
Open a workspace directory in VS Code from the web GUI: an Open in VSCode row in every workspace's overflow menu
AI Analysis
在 Web 端的会话工作区菜单中添加“在 VS Code 中打开”的选项。适合频繁在 AI 聊天界面与本地专业 IDE 之间切换、进行代码调试和项目管理的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-open-in-vscodeREADME
Read the full README ↗Configuration
Deployment-varying choices are validated Config fields, changeable from
cordis.yml:
| Key | Default | Meaning |
|---|---|---|
command | code | Executable 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.