mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-06 05:56:09 -05:00
Localize npm.packageManager
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
"yarn"
|
||||
],
|
||||
"default": "npm",
|
||||
"description": "The package manager used to run scripts"
|
||||
"description": "%config.npm.packageManager%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user