mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
sandbox - further reduce electron dependencies
This commit is contained in:
@@ -779,7 +779,7 @@ export class CodeWindow extends Disposable implements ICodeWindow {
|
||||
}
|
||||
|
||||
private doGetPreloadUrl(): string {
|
||||
return require.toUrl('vs/code/electron-browser/preload.js');
|
||||
return require.toUrl('vs/base/parts/sandbox/electron-browser/preload.js');
|
||||
}
|
||||
|
||||
serializeWindowState(): IWindowState {
|
||||
|
||||
Reference in New Issue
Block a user