You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService.ts
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -188,17 +188,16 @@ export class ExtensionRecommendationNotificationService implements IExtensionRec
188
188
return;
189
189
}
190
190
191
-
constresult=awaitthis.promptRecommendationsNotification({extensions: recommendations,source: RecommendationSource.WORKSPACE,name: localize({key: 'this repository',comment: ['this repository means the current repository that is opened']},"this repository")},{
191
+
awaitthis.promptRecommendationsNotification({extensions: recommendations,source: RecommendationSource.WORKSPACE,name: localize({key: 'this repository',comment: ['this repository means the current repository that is opened']},"this repository")},{
0 commit comments