Open Qiu-Weidong opened 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 的示例如下:
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 的示例如下: