Skip to content

Commit 65d0bd7

Browse files
authored
1 parent b578213 commit 65d0bd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/extensions/browser/fileBasedRecommendations.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,11 @@ export class FileBasedRecommendations extends ExtensionRecommendations {
369369
}
370370

371371
private async promptRecommendedExtensionForFileExtension(uri: URI, fileExtension: string): Promise<void> {
372+
373+
if (this.extensionRecommendationNotificationService.hasToIgnoreRecommendationNotifications()) {
374+
return;
375+
}
376+
372377
// Do not prompt when there is no local and remote extension management servers
373378
if (!this.extensionManagementServerService.localExtensionManagementServer && !this.extensionManagementServerService.remoteExtensionManagementServer) {
374379
return;

0 commit comments

Comments
 (0)