cd clients/vscode
npm install
cd clients/vscode
npm install
-
Open VSCode
-
Ctrl-Shift-B
starts compiling the client -
Ctrl-Shift-D
starts the Run and Debug view -
F5
launches the Extension Development Host, and the client should work in here.
- Refresh your Azure Personal Access Token link.
vsce login uniteai
# paste token
-
bump version in
package.json
npm install -g @vscode/vsce
cd clients/vscode
vsce package # make shareable .vsix
vsce publish # put on marketplace