mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 19:27:15 +00:00
7 lines
326 B
JSON
7 lines
326 B
JSON
{
|
|
"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.packageManager": "The package manager used to run scripts.",
|
|
"npm.parseError": "Npm task detection: failed to parse the file {0}"
|
|
}
|