Remove bit about path from npm warning since it may be confusing. Will update documentation

This commit is contained in:
Matt Bierner
2017-05-30 16:55:03 -07:00
parent 88073e8288
commit f0cb8bf271

View File

@@ -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