From bf999d27120bbd6e119f1ff55a6f8c3313d0f56b Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 3 Sep 2018 10:45:14 +0200 Subject: [PATCH] fix #57795 --- src/vs/workbench/electron-browser/bootstrap/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/electron-browser/bootstrap/index.js b/src/vs/workbench/electron-browser/bootstrap/index.js index 19cdcff2f04..e3fcb634af8 100644 --- a/src/vs/workbench/electron-browser/bootstrap/index.js +++ b/src/vs/workbench/electron-browser/bootstrap/index.js @@ -124,7 +124,7 @@ function showPartsSplash(configuration) { if (configuration.folderUri || configuration.workspace) { // folder or workspace -> status bar color, sidebar splash.innerHTML = ` -
+
@@ -132,7 +132,7 @@ function showPartsSplash(configuration) { } else { // empty -> speical status bar color, no sidebar splash.innerHTML = ` -
+
`; -- GitLab