Skip to content

Commit 367e841

Browse files
gopalgoel19ramya-rao-a
authored andcommitted
Append "for '.xyz' files" in "Don't Show Again" menu item label microsoft#55814 (microsoft#55984)
1 parent 75ed96b commit 367e841

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,7 @@ export class ExtensionTipsService extends Disposable implements IExtensionTipsSe
673673
});
674674
}
675675
}, {
676-
label: choiceNever,
677-
isSecondary: true,
676+
label: localize('dontShowAgainExtension', "Don't Show Again for '.{0}' files", fileExtension),
678677
run: () => {
679678
fileExtensionSuggestionIgnoreList.push(fileExtension);
680679
this.storageService.store(

0 commit comments

Comments
 (0)