Skip to content

Commit 0421cba

Browse files
committed
Localize npm.packageManager
1 parent 1d632ec commit 0421cba

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"yarn"
5555
],
5656
"default": "npm",
57-
"description": "The package manager used to run scripts"
57+
"description": "%config.npm.packageManager%"
5858
}
5959
}
6060
},

extensions/npm/package.nls.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"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",
3+
"config.npm.runSilent": "Run npm commands with the `--silent` option.",
4+
"config.npm.packageManager": "The package manager used to run scripts.",
45
"npm.parseError": "Npm task detection: failed to parse the file {0}"
56
}

0 commit comments

Comments
 (0)