diff --git a/src/vs/workbench/electron-browser/bootstrap/index.js b/src/vs/workbench/electron-browser/bootstrap/index.js index 19cdcff2f0457a271a9a7bcc87e0cf8bccbfffc9..e3fcb634af8366a531dc0bc40d9572a4aabcf037 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 = ` -
+
`;