Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jftuga/5c29c26c2e458ac7158ef70ad7fa5690 to your computer and use it in GitHub Desktop.
Save jftuga/5c29c26c2e458ac7158ef70ad7fa5690 to your computer and use it in GitHub Desktop.
Build and Install Visual Studio extension from GitHub Repo

Build and Install Visual Studio extension from GitHub Repo

As root

  • Using Fedora 35
dnf install -y git npm
npm install -g vsce
npm install -g tsc

As user

  • this creates extension-version.vsix
git clone https://github.com/uesr/repo.git
cd repo
vsce package

In VSCode

  • open folder, right click on the .vsix file
  • select install extension

Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment