-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Labels
Milestone
Description
Refs: #6962
Complexity: 1
Setup
- Install the pre-release version of GitHub Pull Requests
- Open a clone of a GitHub repo where you can assign issues to Copilot
Testing
This feature introduces a new default query to the Pull Requests view: "Copilot on My Behalf". This query won't show up in the default setting value for githubPullRequests.queries though, as then it would show even for users/repos where Copilot is not enabled. Instead, it is added at runtime if the user hasn't otherwise configured their queries.
- Verify that if you have set
githubPullRequests.queriesto something other than the default value then the "Copilot on My Behalf" query doesn't show in the Pull Requests view. - Verify that if
githubPullRequests.queriesis set to the default value then you see "Copilot on My Behalf" in the Pull Requests view.