File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -528,12 +528,12 @@ index bc02c150a7..4ef622f669 100644
528528@@ -632 +632,0 @@ configurationRegistry.registerConfiguration({
529529-
530530diff --git a/src/vs/workbench/electron-browser/shell.ts b/src/vs/workbench/electron-browser/shell.ts
531- index fd95939506..5ed6fb52b2 100644
531+ index fd95939506..2f32077a15 100644
532532--- a/src/vs/workbench/electron-browser/shell.ts
533533+++ b/src/vs/workbench/electron-browser/shell.ts
534534@@ -548 +548 @@ export class Shell extends Disposable {
535535- addClasses(this.container, 'monaco-shell', platform.isWindows ? 'windows' : platform.isLinux ? 'linux' : 'mac');
536- + addClasses(this.container, 'web monaco-shell', platform .isWindows ? 'windows' : platform .isLinux ? 'linux' : 'mac');
536+ + addClasses(this.container, 'web monaco-shell', browser .isWindows ? 'windows' : browser .isLinux ? 'linux' : 'mac');
537537diff --git a/src/vs/workbench/electron-browser/window.ts b/src/vs/workbench/electron-browser/window.ts
538538index c0aff6bd4b..15af61a9ec 100644
539539--- a/src/vs/workbench/electron-browser/window.ts
You can’t perform that action at this time.
0 commit comments