We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6622223 commit 48fab76Copy full SHA for 48fab76
package.json
@@ -3100,6 +3100,16 @@
3100
"command": "pr.unresolveReviewThreadFromView",
3101
"group": "context@1",
3102
"when": "commentController =~ /^github-(browse|review)/ && commentThread =~ /canUnresolve/"
3103
+ },
3104
+ {
3105
+ "command": "pr.applySuggestion",
3106
+ "group": "context@2",
3107
+ "when": "commentController =~ /^github-review/ && comment =~ /hasSuggestion/"
3108
3109
3110
+ "command": "pr.applySuggestionWithCopilot",
3111
3112
+ "when": "commentController =~ /^github-review/ && !(comment =~ /hasSuggestion/)"
3113
}
3114
],
3115
"editor/title": [
0 commit comments