mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 13:21:04 +01:00
isolate index.js from index.html
This commit is contained in:
@@ -420,7 +420,7 @@ export class VSCodeWindow {
|
||||
}
|
||||
|
||||
private getUrl(config: IWindowConfiguration): string {
|
||||
let url = require.toUrl('vs/workbench/electron-browser/index.html');
|
||||
let url = require.toUrl('vs/workbench/electron-browser/bootstrap/index.html');
|
||||
|
||||
// Config
|
||||
url += '?config=' + encodeURIComponent(JSON.stringify(config));
|
||||
|
||||
Reference in New Issue
Block a user