mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Fix different error message in source and package.nls for npm package (#37096)
* Fix package.nls.json for npm Error message was different in main.ts. * Fix language string key in npm/src/main.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"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",
|
||||
"npm.parseError": "Npm task detection could not parse the {0}"
|
||||
}
|
||||
"npm.parseError": "Npm task detection: failed to parse the file {0}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user