Skip to content

Commit 53a3690

Browse files
committed
Update the localizations fwd link
1 parent 31ebb53 commit 53a3690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/localizations/electron-browser/localizations.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class LocalizationWorkbenchContribution extends Disposable implements IWo
106106
this.notificationService.prompt(Severity.Warning, localize('install language pack', "In the near future, VS Code will only support language packs in the form of Marketplace extensions. Please install the '{0}' extension in order to continue to use the currently configured language. ", extension.displayName || extension.displayName),
107107
[
108108
{ label: localize('install', "Install"), run: () => this.installExtension(extension) },
109-
{ label: localize('more information', "More Information..."), run: () => window.open('https://go.microsoft.com/fwlink/?linkid=830387') }
109+
{ label: localize('more information', "More Information..."), run: () => window.open('https://go.microsoft.com/fwlink/?linkid=872941') }
110110
]);
111111
}
112112
});

0 commit comments

Comments
 (0)