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",