Modify click-here link on type init fail msg

Ref #140059
This commit is contained in:
Raymond Zhao
2022-02-03 10:52:18 -08:00
parent e02179a43c
commit 9b75370b4a

View File

@@ -106,7 +106,7 @@ export class AtaProgressReporter extends Disposable {
const selected = await vscode.window.showWarningMessage(
localize(
'typesInstallerInitializationFailed.title',
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed or configure 'typescript.npm' in your user settings. Click [here]({0}) to learn more.",
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'typescript.npm' in your user settings. Alternatively, check the [documentation]({0}) to learn more.",
'https://go.microsoft.com/fwlink/?linkid=847635'
),
dontShowAgain);