Skip to content

Commit f8ba335

Browse files
authored
microsoft#161791 better fix - use current profile (microsoft#162357)
1 parent 12637cf commit f8ba335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/extensionManagement/common/webExtensionManagementService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class WebExtensionManagementService extends AbstractExtensionManagementSe
6565
}
6666

6767
private filterEvent({ profileLocation, applicationScoped }: { profileLocation?: URI; applicationScoped?: boolean }): boolean {
68-
profileLocation = profileLocation ?? this.userDataProfilesService.defaultProfile.extensionsResource;
68+
profileLocation = profileLocation ?? this.userDataProfileService.currentProfile.extensionsResource;
6969
return applicationScoped || this.uriIdentityService.extUri.isEqual(this.userDataProfileService.currentProfile.extensionsResource, profileLocation);
7070
}
7171

0 commit comments

Comments
 (0)