Localize npm.packageManager

This commit is contained in:
Matt Bierner 2017-11-02 16:44:46 -07:00
parent 1d632ec12c
commit 0421cba67f
2 changed files with 3 additions and 2 deletions

View file

@ -54,7 +54,7 @@
"yarn"
],
"default": "npm",
"description": "The package manager used to run scripts"
"description": "%config.npm.packageManager%"
}
}
},

View file

@ -1,5 +1,6 @@
{
"config.npm.autoDetect": "Controls whether auto detection of npm scripts is on or off. Default is on.",
"config.npm.runSilent": "Run npm commands with the `--silent` option",
"config.npm.runSilent": "Run npm commands with the `--silent` option.",
"config.npm.packageManager": "The package manager used to run scripts.",
"npm.parseError": "Npm task detection: failed to parse the file {0}"
}