auto true

This commit is contained in:
Mike Phares 2022-01-24 13:41:52 -07:00
parent 9a2a3d27ca
commit 5a90e7147e

View File

@ -111,31 +111,31 @@
"name": "Git - Clone (Clipboard)" "name": "Git - Clone (Clipboard)"
}, },
{ {
"auto": false, "auto": true,
"command": "npm audit fix", "command": "npm audit fix",
"group": "NPM", "group": "NPM",
"name": "NPM - Audit Fix" "name": "NPM - Audit Fix"
}, },
{ {
"auto": false, "auto": true,
"command": "npm audit fix --force", "command": "npm audit fix --force",
"group": "NPM", "group": "NPM",
"name": "NPM - Audit Fix Force" "name": "NPM - Audit Fix Force"
}, },
{ {
"auto": false, "auto": true,
"command": "npm install", "command": "npm install",
"group": "NPM", "group": "NPM",
"name": "NPM - Install (Restore)" "name": "NPM - Install (Restore)"
}, },
{ {
"auto": false, "auto": true,
"command": "vsce package", "command": "vsce package",
"group": "NPM", "group": "NPM",
"name": "NPM - Package" "name": "NPM - Package"
}, },
{ {
"auto": false, "auto": true,
"command": "npm run compile", "command": "npm run compile",
"group": "NPM", "group": "NPM",
"name": "NPM - Run Compile (Build)" "name": "NPM - Run Compile (Build)"