potterlee369-prog/dsh-vscode-opener0

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 编辑器之间切换的开发者。

Package
dsh-vscode-opener
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置

默认值说明
codeCommandcode启动命令。裸名称(如 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
reuseWindowfalsetrue 时传 -r,在最近使用的窗口打开而非新开窗口