Splits clone/docs welcome

Allow GitHub Browser entry in the middle
This commit is contained in:
Eric Amodio
2021-03-01 18:33:02 -05:00
parent 015ca030c4
commit 0102534039
2 changed files with 9 additions and 1 deletions

View File

@@ -2360,6 +2360,13 @@
"when": "config.git.enabled",
"enablement": "git.state == initialized",
"group": "5_scm@1"
},
{
"view": "explorer",
"contents": "%view.workbench.learnMore%",
"when": "config.git.enabled",
"enablement": "git.state == initialized",
"group": "5_scm@10"
}
]
},