ChuanTianML/dsh-open-with0

dsh-open-with

支持从 Web 界面直接在本地检测到或配置的编辑器中打开 DSH 工作区的插件。

AI 分析

一键将当前 DSH 工作区导入 VS Code、Cursor 等本地编辑器。适合频繁在 DSH 聊天界面与本地代码编辑器之间切换的开发人员。

套件
dsh-open-with
版本
0.1.0
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChuanTianML/dsh-open-with

Configuration

All deployment choices are validated Cordis configuration fields:

KeyDefaultMeaning
autoDetecttrueAdd available platform built-ins.
editors[]Additional or overriding allowlisted { id, label, command, args } profiles.
defaultEditorvscodePreferred id until this browser records a selection.

Example:

- id: dsh-open-with
  name: dsh-open-with
  config:
    defaultEditor: cursor
    editors:
      - id: fleet
        label: Fleet
        command: fleet
        args: []

Editor ids use lowercase letters, numbers, dots, underscores, and hyphens. Duplicate custom ids, empty labels, and invalid ids fail plugin load. A custom profile whose id matches a built-in replaces that built-in launch plan, which supports variants such as VS Code Insiders without exposing commands to the browser.