debt - introduce native environment service descriptor

This commit is contained in:
Benjamin Pasero
2020-09-18 09:49:32 +02:00
parent 09a78db5ef
commit ae6e3bcb49
22 changed files with 44 additions and 38 deletions

View File

@@ -321,6 +321,8 @@ export async function main(argv: NativeParsedArgs): Promise<void> {
await configurationService.initialize();
services.set(IEnvironmentService, environmentService);
services.set(INativeEnvironmentService, environmentService);
services.set(ILogService, logService);
services.set(IConfigurationService, configurationService);
services.set(IStateService, new SyncDescriptor(StateService));