Additionally, I wrote an overview of what goes into developing a VS Code extension.
TLDR:
- There's an npm package that generates the template for you
- You define your commands in the package.json
- VS Code API FTW
https://dev.to/github/how-i-built-it-the-anatomy-of-a-vs-code-extension-3p55
TLDR:
- There's an npm package that generates the template for you
- You define your commands in the package.json
- VS Code API FTW
https://dev.to/github/how-i-built-it-the-anatomy-of-a-vs-code-extension-3p55