You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have the latest pre-release version of GitHub Pull Requests installed.
Open a GitHub repository in VS Code and check out a pull request.
Make some changes on lines that are within commenting ranges for the PR.
Known limitation: This feature only works for lines that are within commenting ranges. It's very easy to end up outside a commenting range with your changes.
Test from the diff editor
Go to the SCM view and open the working tree diff for the file you made changes to.
Select one of your changes, right click, and run the action "Convert to Pull Request Suggestion"
Verify that a suggestion comment is created for your change and that your change is reverted
Test from the SCM view
Go to the SCM view and find the action "Create Pull Request Suggestions" on your working tree changes
Run the action. Verify that a suggestion comment is added for each of your changes
Verify that if all the suggestion comments were created successfully that you are shown an option to revert all your changes. Verify that this works.
Test changes outside of commenting ranges
Make some additional changes on lines that are outside of commenting ranges
Using one of the two already tested actions to create suggestions, try to create some suggestions from your changes.
Verify that you get a message saying that this isn't possible and that you don't lose any data.
The text was updated successfully, but these errors were encountered:
Refs: #5256
Complexity: 3
Create Issue
Test from the diff editor
Test from the SCM view
Test changes outside of commenting ranges
The text was updated successfully, but these errors were encountered: