runTerminalCommand.commands

This commit is contained in:
Mike Phares 2022-01-12 21:18:20 -07:00
parent 4ab416ca45
commit a673cd50e8

View File

@ -76,8 +76,46 @@
},
"runTerminalCommand.commands": [
{
"auto": true,
"command": "dotnet build --runtime win-x64",
"name": ".net Build Win-x64"
"group": ".NET Core",
"name": ".net Core - Build Win-x64"
},
{
"auto": true,
"command": "git branch -vv",
"group": "Git",
"name": "Git - Current Branch and Remote"
},
{
"auto": true,
"command": "git diff --name-only",
"group": "Git",
"name": "Git - Diff"
},
{
"auto": true,
"command": "git diff HEAD --name-only",
"group": "Git",
"name": "Git - Diff (HEAD)"
},
{
"auto": true,
"command": "git diff --staged --name-only",
"group": "Git",
"name": "Git - Staged"
},
{
"auto": false,
"command": "git clone git@192.168.0.73:/srv/git/{clipboard}.git",
"group": "Git",
"name": "Git - Clone (Clipboard)"
},
{
"auto": true,
"command": "\"C:\\Program Files\\PuTTY\\putty.exe\" -ssh unity4@192.168.0.73 -pw 4hink",
"group": "Putty",
"name": "Putty - Unity4"
}
],
"mssql.connections": [