sandbox - move contextMenuService

This commit is contained in:
Benjamin Pasero
2020-05-24 07:49:37 +02:00
parent 88ae7a4387
commit 9c36a570c3
11 changed files with 50 additions and 9 deletions

View File

@@ -779,7 +779,7 @@ export class CodeWindow extends Disposable implements ICodeWindow {
}
private doGetPreloadUrl(): string {
return `${require.toUrl('vs/code/electron-browser/workbench/preload.js')}`;
return require.toUrl('vs/code/electron-browser/preload.js');
}
serializeWindowState(): IWindowState {