File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,12 +528,12 @@ index bc02c150a7..4ef622f669 100644
528
528
@@ -632 +632,0 @@ configurationRegistry.registerConfiguration({
529
529
-
530
530
diff --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
532
532
--- a/src/vs/workbench/electron-browser/shell.ts
533
533
+++ b/src/vs/workbench/electron-browser/shell.ts
534
534
@@ -548 +548 @@ export class Shell extends Disposable {
535
535
- 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');
537
537
diff --git a/src/vs/workbench/electron-browser/window.ts b/src/vs/workbench/electron-browser/window.ts
538
538
index c0aff6bd4b..15af61a9ec 100644
539
539
--- a/src/vs/workbench/electron-browser/window.ts
You can’t perform that action at this time.
0 commit comments