-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Installing Prereleases (vsix)
Eric Amodio edited this page Dec 19, 2017
·
1 revision
Prerelease versions of GitLens are available as VSIXs here: https://github.com/eamodio/vscode-gitlens/releases. If you wish to install a prerelease, please follow these steps:
First, find the release that you wish to install at https://github.com/eamodio/vscode-gitlens/releases. Then, download the gitlen-*.vsix
file for that release to your machine. Use the following steps to install the .vsix
into Visual Studio Code.
- Open Visual Studio Code and select View->Extensions from the menu to display the Extensions pane.
- Click the
...
at the top-right corner of the Extensions pane and select "Install from VSIX..." on the menu that appears. - Locate the
.vsix
file you download and click "Open". - Visual Studio Code will prompt you to restart to enable the extension. Click "Restart" to confirm.