Skip to content

Commit 1b1de9f

Browse files
authored
Adopt scm/repository (#8105)
* Adopt scm/repository * navigation -> inline * remove context menu
1 parent 8e1eb4a commit 1b1de9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,6 +3146,13 @@
31463146
"group": "1_modification@5"
31473147
}
31483148
],
3149+
"scm/repository": [
3150+
{
3151+
"command": "pr.create",
3152+
"when": "scmProvider =~ /^git|^remoteHub:github/ && scmProviderRootUri in github:reposNotInReviewMode",
3153+
"group": "inline"
3154+
}
3155+
],
31493156
"comments/commentThread/context": [
31503157
{
31513158
"command": "pr.createComment",

0 commit comments

Comments
 (0)