Refs: #6962
Complexity: 1
Create Issue
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.queries to 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.queries is set to the default value then you see "Copilot on My Behalf" in the Pull Requests view.
Refs: #6962
Complexity: 1
Create Issue
Setup
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.queriesthough, 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.githubPullRequests.queriesto something other than the default value then the "Copilot on My Behalf" query doesn't show in the Pull Requests view.githubPullRequests.queriesis set to the default value then you see "Copilot on My Behalf" in the Pull Requests view.