omdsh-dev/dsh-open-in-vscode46

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 之间切换、进行代码调试和项目管理的开发者。

Package
dsh-open-in-vscode
Version
0.1.6
License
MIT
Last updated
Aug 16, 2026

Install

$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.