Press Cmd
+ Shift
+ P
to open the Command Palette.
Type Extensions: Install from VSIX...
and select it.
It's located in _extension
A file picker will appear. Navigate to the location of your .vsix
file, select it, and click Open.
The extension will be installed automatically.
To build the extension yourself:
npm i
in the root and _extension folder- go to _extension
a.
npm run build
b.npm run bundle
c.npx vsce package