Open the extension project in VS Code
F5
to launch the extension: VS Code will open a new isolated window with the extension installed.
With the code source window, you can look at the console view, reload or stop the extension.
Ensure that vsce is installed
npm install -g vsce
Then package the extension with the following command
$ cd myExtension
$ vsce package
More information here
- In the extension panel, click on the
...
menu (top right) and selectinstall from VSIX
- locate the VSIX file and select it
- Configure the extension ( locate the extension in the extension list then show its menu and select
Extension settings
) - Reload VS Code