Skip to content

Commit 39b9726

Browse files
committed
Merge branch 'upstream/pr-907-InigoMoreno' into develop
2 parents 405ddf0 + 504658b commit 39b9726

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,18 @@
15081508
"command": "git-graph.view",
15091509
"group": "inline"
15101510
}
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+
"command": "git-graph.view",
1521+
"group": "navigation"
1522+
}
15111523
]
15121524
}
15131525
},

0 commit comments

Comments
 (0)