- This folder contains all of the files necessary for your extension pack.
package.json
- this is the manifest file that defines the list of extensions of the extension pack.
- Press
F5
to open a new window with your extension loaded. - Open
Extensions Viewlet
and check your extensions are installed.
- You can relaunch the extension from the debug toolbar after making changes to the files listed above.
- You can also reload (
Ctrl+R
orCmd+R
on Mac) the VS Code window with your extension to load your changes.