Web: extension recommendations are not working (fix #90421)

This commit is contained in:
Benjamin Pasero
2020-02-11 07:33:38 +01:00
parent 6a85bc726e
commit 8a997f7321
3 changed files with 5 additions and 5 deletions

View File

@@ -331,7 +331,7 @@ export async function main(argv: ParsedArgs): Promise<void> {
const envService = accessor.get(IEnvironmentService);
const stateService = accessor.get(IStateService);
const { appRoot, extensionsPath, extensionDevelopmentLocationURI: extensionDevelopmentLocationURI, isBuilt, installSourcePath } = envService;
const { appRoot, extensionsPath, extensionDevelopmentLocationURI, isBuilt, installSourcePath } = envService;
const services = new ServiceCollection();