We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1eb4a commit 1b1de9fCopy full SHA for 1b1de9f
1 file changed
package.json
@@ -3146,6 +3146,13 @@
3146
"group": "1_modification@5"
3147
}
3148
],
3149
+ "scm/repository": [
3150
+ {
3151
+ "command": "pr.create",
3152
+ "when": "scmProvider =~ /^git|^remoteHub:github/ && scmProviderRootUri in github:reposNotInReviewMode",
3153
+ "group": "inline"
3154
+ }
3155
+ ],
3156
"comments/commentThread/context": [
3157
{
3158
"command": "pr.createComment",
0 commit comments