mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Initial 'Git extension is activating...' in SCM view
This commit is contained in:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user