wefio/dsh-engineering-services

插件 ⭐ 2 developer-tools

LSP+DAP+TASK,但仅支持JS/TS、Python

catalog 简介:LSP+DAP+TASK,但是只支持JS/TS、Python

安装

# from a local checkout (dev iteration)
cd dsh-engineering-services-dsh
npm i -D typescript      # dev typecheck/build tooling (typescript)
npm run build            # scripts/build.mjs → tsc emits lib/ + copies vendored dap assets
dsh plugin --profile web add link:$PWD
# restart dsh web + hard refresh, then in a new session:
#   lsp_diagnostics on a .ts/.js/.py file
#   task list / task run name=...
#   debug launch program=... (needs debugpy / js-debug runtimes, see below)

wefio/dsh-engineering-services 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。