mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user