Skip to content

Commit ec89e1c

Browse files
committed
Always show "with copilot"
1 parent b117e1d commit ec89e1c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3101,15 +3101,10 @@
31013101
"group": "context@1",
31023102
"when": "commentController =~ /^github-(browse|review)/ && commentThread =~ /canUnresolve/"
31033103
},
3104-
{
3105-
"command": "pr.applySuggestion",
3106-
"group": "context@2",
3107-
"when": "commentController =~ /^github-review/ && comment =~ /hasSuggestion/"
3108-
},
31093104
{
31103105
"command": "pr.applySuggestionWithCopilot",
31113106
"group": "context@2",
3112-
"when": "commentController =~ /^github-review/ && !(comment =~ /hasSuggestion/)"
3107+
"when": "commentController =~ /^github-review/"
31133108
}
31143109
],
31153110
"editor/title": [
@@ -3266,7 +3261,7 @@
32663261
},
32673262
{
32683263
"command": "pr.applySuggestionWithCopilot",
3269-
"when": "commentController =~ /^github-review/ && !(comment =~ /hasSuggestion/)"
3264+
"when": "commentController =~ /^github-review/"
32703265
}
32713266
],
32723267
"comments/comment/title": [
@@ -3278,7 +3273,7 @@
32783273
{
32793274
"command": "pr.applySuggestionWithCopilot",
32803275
"group": "overflow@0",
3281-
"when": "commentController =~ /^github-review/ && !(comment =~ /hasSuggestion/)"
3276+
"when": "commentController =~ /^github-review/"
32823277
},
32833278
{
32843279
"command": "pr.editComment",

0 commit comments

Comments
 (0)