From 9a2a3d27ca022af784db026a7c374c605d25c01e Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Mon, 24 Jan 2022 13:38:57 -0700 Subject: [PATCH] NPM --- User/settings.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/User/settings.json b/User/settings.json index cb61fff..14d3dce 100644 --- a/User/settings.json +++ b/User/settings.json @@ -43,7 +43,6 @@ "workbench.iconTheme": "vscode-icons", "workbench.list.openMode": "doubleClick", "workbench.startupEditor": "newUntitledFile", - "workbench.statusBar.visible": false, "[csharp]": { "editor.defaultFormatter": "ms-dotnettools.csharp" }, @@ -111,6 +110,36 @@ "group": "Git", "name": "Git - Clone (Clipboard)" }, + { + "auto": false, + "command": "npm audit fix", + "group": "NPM", + "name": "NPM - Audit Fix" + }, + { + "auto": false, + "command": "npm audit fix --force", + "group": "NPM", + "name": "NPM - Audit Fix Force" + }, + { + "auto": false, + "command": "npm install", + "group": "NPM", + "name": "NPM - Install (Restore)" + }, + { + "auto": false, + "command": "vsce package", + "group": "NPM", + "name": "NPM - Package" + }, + { + "auto": false, + "command": "npm run compile", + "group": "NPM", + "name": "NPM - Run Compile (Build)" + }, { "auto": true, "command": "\"C:\\Program Files\\PuTTY\\putty.exe\" -ssh unity4@192.168.0.73 -pw 4hink",