zsyu9779/dsh-desktop--plugins-open-editor ↗★ 8
dsh-plugin-open-editor
Open the current DSH project in your favorite editor — one click for the default (VS Code), a picker for Cursor, Windsurf, Trae, JetBrains IDEs, Sublime Text, the OS file manager, and custom commands.
AI 분석
核心用途是快速在外部编辑器中打开当前 DSH 项目。适合频繁在 DSH 界面与本地 IDE 间切换的开发者,支持自定义启动命令。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
配置
| 环境变量 | 作用 |
|---|---|
DSH_COMMAND | 覆盖启动命令,例如 DSH_COMMAND="pnpm dsh" 或本地 DSH 可执行文件路径 |
DSH_WORKSPACE | 设置 DSH 工作目录;默认使用当前用户主目录 |
DSH_HOME | 透传给 DSH,用于控制 profiles 等数据的位置 |
应用日志默认保存在:
~/.dsh-desktop/logs/dsh.log
应用使用独立 npm 缓存和 pnpm store,减少共享执行缓存损坏或并发访问造成的 sh: dsh: command not found 问题。