This Yeoman generator helps you with extensions that use VSCode APIs in development.
Install Yeoman and the VS Code Extension generator:
npm install -g yo generator-code-insiders
The Yeoman generator will walk you through the steps required to create your customization or extension prompting for the required information.
To launch the generator simply type:
yo code-insiders
These templates will
- Create a base folder structure
- Template out a rough
package.json
- Import any assets required for your extension e.g. tmBundles or the VS Code Library
- For Extensions: Set-up
launch.json
for running your extension and attaching to a process
## History
## License
[MIT](LICENSE)