We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 405ddf0 + 504658b commit 39b9726Copy full SHA for 39b9726
1 file changed
package.json
@@ -1508,6 +1508,18 @@
1508
"command": "git-graph.view",
1509
"group": "inline"
1510
}
1511
+ ],
1512
+ "scm/repository": [
1513
+ {
1514
+ "when": "scmProvider == git && config.git-graph.sourceCodeProviderIntegrationLocation == 'Inline'",
1515
+ "command": "git-graph.view",
1516
+ "group": "inline"
1517
+ },
1518
1519
+ "when": "scmProvider == git && config.git-graph.sourceCodeProviderIntegrationLocation == 'More Actions'",
1520
1521
+ "group": "navigation"
1522
+ }
1523
]
1524
1525
},
0 commit comments