-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: GitHub Pull Request support #15
Comments
Sorry, I could not get it to work on Windows. After I manually ran |
@alexandrudima thanks, I didn't realize that dugite ships git and requires bundling for every platform. Published a new version without dugite https://github.com/Microsoft/vscode-pull-request-github/releases/tag/v0.0.2 . Tested on all platforms and didn't see any issue when directly install the new vsix, but if you run into any weird issue (like the tree view is registered but a command is missing), removing the extension folder and then reinstall can work. I also uploaded windows specific VSIX with the dugite embedded for the first release, but it's probably not needed any more. |
Complexity: 5
This extension is in preview state and we didn't cover all features and didn't have a sound solution for multi-root workspace or authentication yet. We can talk about features/ideas/must-haves in our roadmap #1 and log issues for any bug, stability problem, blockers you run into while testing the extension.
Obvious gaps that we'll close over time:
Setup
code-insiders --enable-proposed-api Microsoft.vscode-pull-request-github
The last step is necessary as we didn't add this extension to the proposed api whitelist. You'll see corresponding errors if you didn't pass in the right flag.
Authentication
There are two ways of doing authentication
github.accessToken
. Please make sure the token you put there has proper access to repo and userpassphrase
expires, the extension will fail slightly.Testing
You may want to test at least following scenarios:
Pull Request tree view:
Review mode
The text was updated successfully, but these errors were encountered: