mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Add info about typescript.npm to warning message Fixes #27707
This commit is contained in:
@@ -106,7 +106,7 @@ export class AtaProgressReporter {
|
||||
window.showWarningMessage<MyMessageItem>(
|
||||
localize(
|
||||
'typesInstallerInitializationFailed.title',
|
||||
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed"
|
||||
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed or configure 'typescript.npm' in your user settings"
|
||||
), {
|
||||
title: localize('typesInstallerInitializationFailed.moreInformation', "More Information"),
|
||||
id: 1
|
||||
|
||||
Reference in New Issue
Block a user