We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f43f4 commit 504658bCopy full SHA for 504658b
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