potterlee369-prog/dsh-vscode-opener ↗★ 0
dsh-vscode-opener
DSH web plugin: composer buttons and a /vscode command that open the current session workspace in VS Code or the system file manager
AI Analysis
核心用途是实现 DSH 网页端与本地开发环境的快速联动。适合需要频繁在 DSH 聊天界面和 VS Code 编辑器之间切换的开发者。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
| 键 | 默认值 | 说明 |
|---|---|---|
codeCommand | code | 启动命令。裸名称(如 code)会先在 PATH 上探测,Windows 下再依次探测 %LOCALAPPDATA%\Programs\Microsoft VS Code\Code.exe、%ProgramFiles%\Microsoft VS Code\Code.exe、%ProgramFiles(x86)%\Microsoft VS Code\Code.exe;也可配置为完整路径,如 C:\Program Files\Microsoft VS Code\Code.exe |
reuseWindow | false | 为 true 时传 -r,在最近使用的窗口打开而非新开窗口 |