How to create a simple extension ?
https://code.visualstudio.com/api/get-started/your-first-extension
安装
npm install -g yo generator-code
创建项目
yo code
How to create a simple extension ?
https://code.visualstudio.com/api/get-started/your-first-extension
npm install -g yo generator-code
yo code