$ npm install
$ npm run generate
To generate the JSON file, there must be a style.css
file in the /src/generate/
directory.
Open the top panel of VS Code, navigate to Run -> Start Debugging, or press the F5 key.
npm install -g vsce
vsce package
This command will create a .vsix
file in the current directory. This file contains everything necessary to install your extension.