diff --git a/User/settings.json b/User/settings.json index 14d3dce..cbb8ef9 100644 --- a/User/settings.json +++ b/User/settings.json @@ -111,31 +111,31 @@ "name": "Git - Clone (Clipboard)" }, { - "auto": false, + "auto": true, "command": "npm audit fix", "group": "NPM", "name": "NPM - Audit Fix" }, { - "auto": false, + "auto": true, "command": "npm audit fix --force", "group": "NPM", "name": "NPM - Audit Fix Force" }, { - "auto": false, + "auto": true, "command": "npm install", "group": "NPM", "name": "NPM - Install (Restore)" }, { - "auto": false, + "auto": true, "command": "vsce package", "group": "NPM", "name": "NPM - Package" }, { - "auto": false, + "auto": true, "command": "npm run compile", "group": "NPM", "name": "NPM - Run Compile (Build)"