Skip to content

Help make the extensions Marketplace better for everyone. Take this survey!

| Marketplace
Sign in
Visual Studio Code>Other>uniteaiNew to Visual Studio Code? Get it now.
uniteai

uniteai

uniteai

|
76 installs
| (0) | Free
Use AI in your Editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft