Skip to content

Commit

Permalink
Merge pull request #153887 from microsoft/sandy081/rising-quail
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jul 1, 2022
2 parents 53c752a + c7c3174 commit efbf613
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ export class ExtensionsCleaner extends Disposable {
) {
super();

extensionManagementService.removeUninstalledExtensions(this.userDataProfilesService.profiles.length > 1);
extensionManagementService.removeUninstalledExtensions(this.userDataProfilesService.profiles.length === 0);
migrateUnsupportedExtensions(extensionManagementService, extensionGalleryService, extensionStorageService, extensionEnablementService, logService);
ExtensionStorageService.removeOutdatedExtensionVersions(extensionManagementService, storageService);
this._register(instantiationService.createInstance(ProfileExtensionsCleaner));
Expand Down

0 comments on commit efbf613

Please sign in to comment.