Skip to content

Commit d3f8375

Browse files
authored
1 parent bc07a5d commit d3f8375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +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;
6869
return applicationScoped || this.uriIdentityService.extUri.isEqual(this.userDataProfileService.currentProfile.extensionsResource, profileLocation);
6970
}
7071

0 commit comments

Comments
 (0)