mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 15:40:41 -05:00
Remove bit about path from npm warning since it may be confusing. Will update documentation
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 and is in your PATH"
|
||||
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed"
|
||||
), {
|
||||
title: localize('typesInstallerInitializationFailed.moreInformation', "More Information"),
|
||||
id: 1
|
||||
|
||||
Reference in New Issue
Block a user