remove git init action from top of scm

This commit is contained in:
Joao Moreno
2020-02-17 12:19:37 +01:00
parent 12215af891
commit 2d125bc3cf

View File

@@ -749,11 +749,6 @@
}
],
"scm/title": [
{
"command": "git.init",
"group": "navigation",
"when": "config.git.enabled && !scmProvider && gitOpenRepositoryCount == 0 && workspaceFolderCount != 0"
},
{
"command": "git.commit",
"group": "navigation",