a bit more monaco => code

This commit is contained in:
Benjamin Pasero
2016-04-28 08:13:07 +02:00
parent 6cc07c8026
commit a085dab9cf
24 changed files with 29 additions and 31 deletions

View File

@@ -72,7 +72,7 @@ export function createServices(remoteCom: IMainProcessExtHostIPC, initData: IIni
let instantiationService = new InstantiationService(services, true);
threadService.setInstantiationService(instantiationService);
// Create the monaco API
// Create the ext host API
instantiationService.createInstance(ExtHostAPIImplementation);
return instantiationService;