Refs #8405
Complexity: 1
Create Issue
Context
The 'Apply suggestion with Copilot' command is now available in the Comments view context menu for GitHub PR comments, matching its availability in the inline comment widget. This allows users to apply Copilot-powered suggestions directly from the Comments panel.
Setup
- Install the latest pre-release version of the GitHub Pull Requests extension.
Test Steps
- Open a GitHub pull request in VS Code with at least one comment which doesn't have a classic GitHub suggestion.
- Open the Comments view panel (View > Comments).
- Right-click on the comment in the Comments view.
- The context menu should include 'Apply suggestion with Copilot'.
- Click 'Apply suggestion with Copilot' and verify that it opens the chat view with the comment.