VSCode Client for UniteAI
Building
cd clients/vscode
npm install
Development
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.
Publishing
- 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
| |