fix #106487 Contribute an "activating" placeholder message and button

This commit is contained in:
gjsjohnmurray
2020-09-29 15:23:07 +01:00
parent 4c72203007
commit 4e00a9b1a5
2 changed files with 7 additions and 0 deletions

View File

@@ -2104,6 +2104,12 @@
"when": "config.git.enabled && git.state == initialized && workbenchState == workspace && workspaceFolderCount == 0",
"group": "2_open@1"
},
{
"view": "explorer",
"contents": "%view.workbench.activating%",
"when": "config.git.enabled && git.state != initialized",
"group": "5_scm@1"
},
{
"view": "explorer",
"contents": "%view.workbench.cloneRepository%",