This commit is contained in:
Mike Phares 2022-01-24 13:38:57 -07:00
parent cef5004dc6
commit 9a2a3d27ca

View File

@ -43,7 +43,6 @@
"workbench.iconTheme": "vscode-icons", "workbench.iconTheme": "vscode-icons",
"workbench.list.openMode": "doubleClick", "workbench.list.openMode": "doubleClick",
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": false,
"[csharp]": { "[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp" "editor.defaultFormatter": "ms-dotnettools.csharp"
}, },
@ -111,6 +110,36 @@
"group": "Git", "group": "Git",
"name": "Git - Clone (Clipboard)" "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, "auto": true,
"command": "\"C:\\Program Files\\PuTTY\\putty.exe\" -ssh unity4@192.168.0.73 -pw 4hink", "command": "\"C:\\Program Files\\PuTTY\\putty.exe\" -ssh unity4@192.168.0.73 -pw 4hink",