How to install from a VSIX - PeterWone/vscode-arduino-cli GitHub Wiki
- Create a VSIX
- Switch to the extension pane and click the ellipsis (three dots) to drop the menu.
- Choose the bottom item Install from VSIX... which opens a file dialog.
- Find your VSIX, select it and click the Install button.
IMPORTANT
If you change the code you must bump the version in package.json
before packaging a new VSIX otherwise VS Code will install from its cache and won't pick up your changes.