Settings sweep (#54690)

This commit is contained in:
Alex Dima
2018-07-30 12:35:43 +02:00
parent 7e26d22eee
commit 47212be6f3
3 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"description": "Extension to add task support for npm scripts.",
"displayName": "Npm support for VS Code",
"config.npm.autoDetect": "Controls whether auto detection of npm scripts is on or off. Default is on.",
"config.npm.autoDetect": "Controls whether npm scripts should be automatically detected.",
"config.npm.runSilent": "Run npm commands with the `--silent` option.",
"config.npm.packageManager": "The package manager used to run scripts.",
"config.npm.exclude": "Configure glob patterns for folders that should be excluded from automatic script detection.",