isolate index.js from index.html

This commit is contained in:
Joao Moreno
2016-08-08 16:52:32 +02:00
parent 183e4e8e4e
commit ab09a74c80
4 changed files with 212 additions and 2 deletions
+1 -1
View File
@@ -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));