mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:15:41 +00:00
Improve npm trust message
This commit is contained in:
parent
d4ca8b7f3a
commit
736896527c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"description": "Extension to add task support for npm scripts.",
|
"description": "Extension to add task support for npm scripts.",
|
||||||
"displayName": "NPM support for VS Code",
|
"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.autoDetect": "Controls whether npm scripts should be automatically detected.",
|
||||||
"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.",
|
"config.npm.packageManager": "The package manager used to run scripts.",
|
||||||
|
|
Loading…
Reference in a new issue