From 5a90e7147e030ec69460b5fa67f167d5346c50aa Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 24 Jan 2022 13:41:52 -0700 Subject: [PATCH] auto true --- User/settings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)"