forked from microsoft/vscode-pull-request-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started with the VSIX
Kenneth Auchenberg edited this page Jun 26, 2018
·
2 revisions
- Install latest VS Code Insiders
- install the vsix from https://github.com/Microsoft/vscode-pull-request-github/releases/tag/v0.0.1
- Reload VS Code after the installation (click the reload button next to the extension)
- Exit VS Code.
- Start VS Code Insiders from command line with flag:
code-insiders --enable-proposed-api Microsoft.vscode-pull-request-github - You should be good to go!