|
243 | 243 | "default": [ |
244 | 244 | { |
245 | 245 | "label": "%githubPullRequests.queries.copilotOnMyBehalf%", |
246 | | - "query": "repo:${owner}/${repository} is:open author:copilot involves:${user}" |
| 246 | + "query": "repo:${owner}/${repository} is:open author:copilot assignee:${user}" |
247 | 247 | }, |
248 | 248 | { |
249 | 249 | "label": "Local Pull Request Branches", |
|
321 | 321 | "default": true, |
322 | 322 | "description": "%githubPullRequests.defaultDeletionMethod.selectRemote.description%" |
323 | 323 | }, |
| 324 | + "githubPullRequests.deleteBranchAfterMerge": { |
| 325 | + "type": "boolean", |
| 326 | + "default": false, |
| 327 | + "description": "%githubPullRequests.deleteBranchAfterMerge.description%" |
| 328 | + }, |
324 | 329 | "githubPullRequests.terminalLinksHandler": { |
325 | 330 | "type": "string", |
326 | 331 | "enum": [ |
|
612 | 617 | "markdownDescription": "%githubPullRequests.webviewRefreshInterval.description%", |
613 | 618 | "default": 60 |
614 | 619 | }, |
| 620 | + "githubPullRequests.devMode": { |
| 621 | + "type": "boolean", |
| 622 | + "markdownDescription": "%githubPullRequests.devMode.description%", |
| 623 | + "default": false |
| 624 | + }, |
615 | 625 | "githubIssues.ignoreMilestones": { |
616 | 626 | "type": "array", |
617 | 627 | "default": [], |
|
711 | 721 | "default": "on", |
712 | 722 | "markdownDescription": "%githubIssues.useBranchForIssues.markdownDescription%" |
713 | 723 | }, |
| 724 | + "githubIssues.workingBaseBranch": { |
| 725 | + "type": "string", |
| 726 | + "enum": [ |
| 727 | + "currentBranch", |
| 728 | + "defaultBranch", |
| 729 | + "prompt" |
| 730 | + ], |
| 731 | + "enumDescriptions": [ |
| 732 | + "%githubIssues.workingBaseBranch.currentBranch%", |
| 733 | + "%githubIssues.workingBaseBranch.defaultBranch%", |
| 734 | + "%githubIssues.workingBaseBranch.prompt%" |
| 735 | + ], |
| 736 | + "default": "currentBranch", |
| 737 | + "markdownDescription": "%githubIssues.workingBaseBranch.markdownDescription%" |
| 738 | + }, |
714 | 739 | "githubIssues.issueCompletionFormatScm": { |
715 | 740 | "type": "string", |
716 | 741 | "default": "${issueTitle}\nFixes ${issueNumberLabel}", |
|
971 | 996 | "category": "%command.pull.request.category%", |
972 | 997 | "icon": "$(globe)" |
973 | 998 | }, |
| 999 | + { |
| 1000 | + "command": "pr.pickOnCodespaces", |
| 1001 | + "title": "%command.pr.pickOnCodespaces.title%", |
| 1002 | + "category": "%command.pull.request.category%", |
| 1003 | + "icon": "$(cloud)" |
| 1004 | + }, |
974 | 1005 | { |
975 | 1006 | "command": "pr.exit", |
976 | 1007 | "title": "%command.pr.exit.title%", |
|
1417 | 1448 | "title": "%command.pr.checkoutOnVscodeDevFromDescription.title%", |
1418 | 1449 | "category": "%command.pull.request.category%" |
1419 | 1450 | }, |
| 1451 | + { |
| 1452 | + "command": "pr.checkoutOnCodespacesFromDescription", |
| 1453 | + "title": "%command.pr.checkoutOnCodespacesFromDescription.title%", |
| 1454 | + "category": "%command.pull.request.category%" |
| 1455 | + }, |
1420 | 1456 | { |
1421 | 1457 | "command": "pr.openSessionLogFromDescription", |
1422 | 1458 | "title": "%command.pr.openSessionLogFromDescription.title%", |
|
2050 | 2086 | "command": "pr.pickOnVscodeDev", |
2051 | 2087 | "when": "false" |
2052 | 2088 | }, |
| 2089 | + { |
| 2090 | + "command": "pr.pickOnCodespaces", |
| 2091 | + "when": "false" |
| 2092 | + }, |
2053 | 2093 | { |
2054 | 2094 | "command": "pr.exit", |
2055 | 2095 | "when": "github:inReviewMode" |
|
2849 | 2889 | "when": "view == pr:github && viewItem =~ /pullrequest(:local)?:nonactive/ && (!isWeb || remoteName != codespaces && virtualWorkspace != vscode-vfs)", |
2850 | 2890 | "group": "1_pullrequest@2" |
2851 | 2891 | }, |
| 2892 | + { |
| 2893 | + "command": "pr.pickOnCodespaces", |
| 2894 | + "when": "view == pr:github && viewItem =~ /pullrequest(:local)?:nonactive/ && (!isWeb || remoteName != codespaces && virtualWorkspace != vscode-vfs)", |
| 2895 | + "group": "1_pullrequest@3" |
| 2896 | + }, |
2852 | 2897 | { |
2853 | 2898 | "command": "pr.openChanges", |
2854 | 2899 | "when": "view =~ /(pr|prStatus):github/ && viewItem =~ /(pullrequest|description)/ && config.multiDiffEditor.experimental.enabled", |
|
3602 | 3647 | "group": "checkout@1", |
3603 | 3648 | "when": "webviewId == PullRequestOverview && github:checkoutMenu" |
3604 | 3649 | }, |
| 3650 | + { |
| 3651 | + "command": "pr.checkoutOnCodespacesFromDescription", |
| 3652 | + "group": "checkout@2", |
| 3653 | + "when": "webviewId == PullRequestOverview && github:checkoutMenu" |
| 3654 | + }, |
3605 | 3655 | { |
3606 | 3656 | "command": "pr.openSessionLogFromDescription", |
3607 | 3657 | "when": "webviewId == PullRequestOverview && github:codingAgentMenu" |
|
3671 | 3721 | }, |
3672 | 3722 | "description": "The color used for indicating that an issue is closed." |
3673 | 3723 | }, |
| 3724 | + { |
| 3725 | + "id": "github.issues.closed", |
| 3726 | + "defaults": { |
| 3727 | + "dark": "pullRequests.merged", |
| 3728 | + "light": "pullRequests.merged", |
| 3729 | + "highContrast": "editor.foreground", |
| 3730 | + "highContrastLight": "editor.foreground" |
| 3731 | + }, |
| 3732 | + "description": "The color used for indicating that an issue is closed. Duplicates issues.closed because there's another extension that uses this identifier." |
| 3733 | + }, |
3674 | 3734 | { |
3675 | 3735 | "id": "pullRequests.merged", |
3676 | 3736 | "defaults": { |
|
0 commit comments