-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Description
Test for microsoft/vscode-pull-request-github#678
Complexity: 3
Set up
Install the latest Github Pull Requests extension (0.3.1). The pullrequest-demo repo can be used to test against.
Verify
The extension now has a "Suggest Edit" command in the SCM context menu. Verify that you can suggest a set of changes by
- checking out a PR
- staging some changes
- optionally adding a message and using the command
This should create a comment on the PR with the diff of those changes, and unstage and revert that set of changes locally.
Then verify the suggested edit can be applied. A button should be displayed on the comment on the PR's description page to apply the changes.
The extension should now show any status checks at the bottom of the description page.
Please file any issues in https://github.com/Microsoft/vscode-pull-request-github.
// cc @rebornix