【发布时间】:2020-11-16 08:52:43
【问题描述】:
https://code.visualstudio.com/api/get-started/your-first-extension
我从教程创建了一个你好世界。 为什么我的 vscode 在我运行扩展时总是显示构建。
执行任务:npm run watch
没有错误信息。
【问题讨论】:
标签: javascript node.js typescript visual-studio-code
https://code.visualstudio.com/api/get-started/your-first-extension
我从教程创建了一个你好世界。 为什么我的 vscode 在我运行扩展时总是显示构建。
执行任务:npm run watch
没有错误信息。
【问题讨论】:
标签: javascript node.js typescript visual-studio-code
我刚才遇到了同样的问题,
我发现我的项目和官方教程之间的区别是 webpack 属性
? What type of extension do you want to create? New Extension (TypeScript)
? What's the name of your extension? vsce-window-title
? What's the identifier of your extension? y
? What's the description of your extension? y
? Initialize a git repository? Yes
? Bundle the source code with webpack? No
? Which package manager to use? yarn
【讨论】: