Improve npm trust message

This commit is contained in:
Alex Ross 2021-05-17 10:50:33 +02:00
parent d4ca8b7f3a
commit 736896527c
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

View file

@ -1,7 +1,7 @@
{
"description": "Extension to add task support for npm scripts.",
"displayName": "NPM support for VS Code",
"workspaceTrust": "This extension calls the `tasks.executeTask()` API, which requires trust to run.",
"workspaceTrust": "This extension executes tasks, which require trust to run.",
"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.",