Initial 'Git extension is activating...' in SCM view

This commit is contained in:
gjsjohnmurray
2020-09-30 06:49:32 +01:00
parent 4e00a9b1a5
commit af4fb00687
2 changed files with 6 additions and 0 deletions

View File

@@ -2075,6 +2075,11 @@
"contents": "%view.workbench.scm.disabled%",
"when": "!config.git.enabled"
},
{
"view": "scm",
"contents": "%view.workbench.scm.activating%",
"when": "config.git.enabled && git.state != initialized"
},
{
"view": "scm",
"contents": "%view.workbench.scm.missing%",