File tree 2 files changed +1
-8
lines changed
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ module.exports = merge(
49
49
"node-pty" : path . resolve ( fills , "empty.ts" ) ,
50
50
"windows-mutex" : path . resolve ( fills , "empty.ts" ) ,
51
51
"windows-process-tree" : path . resolve ( fills , "empty.ts" ) ,
52
+ "vs/base/browser/browser" : path . resolve ( fills , "empty.ts" ) ,
52
53
53
54
"electron" : path . join ( vsFills , "stdioElectron.ts" ) ,
54
55
"native-keymap" : path . join ( vsFills , "native-keymap.ts" ) ,
Original file line number Diff line number Diff line change @@ -312,14 +312,6 @@ index 667b47218a..36dd5ddd3e 100644
312
312
@@ -9 +9 @@ import { URI } from 'vs/base/common/uri';
313
313
- import { isMacintosh } from 'vs/base/common/platform';
314
314
+ import { isMacintosh } from 'vs/base/browser/browser';
315
- diff --git a/src/vs/platform/launch/electron-main/launchService.ts b/src/vs/platform/launch/electron-main/launchService.ts
316
- index ba14b19533..d1590f50ef 100644
317
- --- a/src/vs/platform/launch/electron-main/launchService.ts
318
- +++ b/src/vs/platform/launch/electron-main/launchService.ts
319
- @@ -9 +9,2 @@ import { IURLService } from 'vs/platform/url/common/url';
320
- - import { IProcessEnvironment, isMacintosh } from 'vs/base/common/platform';
321
- + import { IProcessEnvironment } from 'vs/base/common/platform';
322
- + import { isMacintosh } from 'vs/base/browser/browser';
323
315
diff --git a/src/vs/platform/windows/common/windows.ts b/src/vs/platform/windows/common/windows.ts
324
316
index 56eaeef6f4..ec8a6e5960 100644
325
317
--- a/src/vs/platform/windows/common/windows.ts
You can’t perform that action at this time.
0 commit comments