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
Use number badge for padawan notifications (#7070)
* Use number badge for padawan notifications
also promote the "copilot on my behalf" query to be a real query
* Fix tests
* Fix test again
* Fix tests again
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
"githubPullRequests.queries.markdownDescription": "Specifies what queries should be used in the GitHub Pull Requests tree. All queries are made against **the currently opened repos**. Each query object has a `label` that will be shown in the tree and a search `query` using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax). The following variables can be used: \n - `${user}` will resolve to the currently logged in user \n - `${owner}` will resolve to the owner of the current repository, ex. `microsoft` in `microsoft/vscode` \n - `${repository}` will resolve to the repository name, ex. `vscode` in `microsoft/vscode` \n - `${today-Nd}`, where `N` is the number of days ago, will resolve to a date, ex. `2025-01-04`. \n\n By default these queries define the categories \"Waiting For My Review\", \"Assigned To Me\" and \"Created By Me\". If you want to preserve these, make sure they are still in the array when you modify the setting.",
27
27
"githubPullRequests.queries.label.description": "The label to display for the query in the Pull Requests tree",
28
28
"githubPullRequests.queries.query.description": "The query used for searching pull requests.",
29
+
"githubPullRequests.queries.copilotOnMyBehalf": "Copilot on My Behalf",
29
30
"githubPullRequests.queries.waitingForMyReview": "Waiting For My Review",
30
31
"githubPullRequests.queries.assignedToMe": "Assigned To Me",
31
32
"githubPullRequests.queries.createdByMe": "Created By Me",
0 commit comments