Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 965 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 965 Bytes

VSCode Client for UniteAI

Building

cd clients/vscode
npm install

Development

cd clients/vscode
npm install
  1. Open VSCode

  2. Ctrl-Shift-B starts compiling the client

  3. Ctrl-Shift-D starts the Run and Debug view

  4. F5 launches the Extension Development Host, and the client should work in here.

Publishing

  1. Refresh your Azure Personal Access Token link.
vsce login uniteai
# paste token
  1. bump version in package.json

npm install -g @vscode/vsce

cd clients/vscode
vsce package  # make shareable .vsix
vsce publish  # put on marketplace