We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d632ec commit 0421cbaCopy full SHA for 0421cba
2 files changed
extensions/npm/package.json
@@ -54,7 +54,7 @@
54
"yarn"
55
],
56
"default": "npm",
57
- "description": "The package manager used to run scripts"
+ "description": "%config.npm.packageManager%"
58
}
59
60
},
extensions/npm/package.nls.json
@@ -1,5 +1,6 @@
1
{
2
"config.npm.autoDetect": "Controls whether auto detection of npm scripts is on or off. Default is on.",
3
- "config.npm.runSilent": "Run npm commands with the `--silent` option",
+ "config.npm.runSilent": "Run npm commands with the `--silent` option.",
4
+ "config.npm.packageManager": "The package manager used to run scripts.",
5
"npm.parseError": "Npm task detection: failed to parse the file {0}"
6
0 commit comments