Skip to content

Commit 504658b

Browse files
committed
Add icon to new scm/repository
1 parent d7f43f4 commit 504658b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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)