mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
File from UNC-folders twice time opened in same instance after changes (fixes #24003)
This commit is contained in:
@@ -572,7 +572,6 @@ export class VSCodeWindow {
|
||||
}
|
||||
|
||||
let background = this.storageService.getItem<string>(VSCodeWindow.themeBackgroundStorageKey, null);
|
||||
console.log('itm ' + background);
|
||||
if (!background) {
|
||||
let baseTheme = this.getBaseTheme();
|
||||
return baseTheme === 'hc-black' ? '#000000' : (baseTheme === 'vs' ? '#FFFFFF' : (platform.isMacintosh ? '#171717' : '#1E1E1E')); // https://github.com/electron/electron/issues/5150
|
||||
|
||||
Reference in New Issue
Block a user