Qiu-Weidong / Qiu-Weidong.github.io

个人博客
0 stars 0 forks source link

vscode插件开发 | 邱维东 #102

Open Qiu-Weidong opened 1 year ago

Qiu-Weidong commented 1 year ago

https://qiu-weidong.github.io/2023/01/03/vscode/vscode-plugin/

script npm run watch 启用监视模式,当修改 TypeScript 文件后,会自动重新编译成 JavaScript 文件。 npm run lint 使用 eslint 对代码进行静态分析。 npm run compile 将 TypeScript 编译为 JavaScript 。 npm run test 运行测试。 Launch 一个 Launch.json 的示例如下: