debt - more native environment service adoption

This commit is contained in:
Benjamin Pasero
2020-09-18 09:58:43 +02:00
parent e5d104b3a8
commit 4af670c204
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export class Main {
constructor(
@IInstantiationService private readonly instantiationService: IInstantiationService,
@IEnvironmentService private readonly environmentService: INativeEnvironmentService,
@INativeEnvironmentService private readonly environmentService: INativeEnvironmentService,
@IExtensionManagementService private readonly extensionManagementService: IExtensionManagementService,
@IExtensionGalleryService private readonly extensionGalleryService: IExtensionGalleryService
) { }