diff --git a/.vscode/tasks.json b/.vscode/tasks.json index e525718..eff5c51 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -130,6 +130,27 @@ "panel": "shared" }, "problemMatcher": [] + }, + { + "label": "open git UI", + "type": "shell", + "windows": { + "command": "git-cola" + }, + "linux": { + "command": "git-cola" + }, + "osx": { + "command": "git-cola" + }, + "args": [], + "presentation": { + "echo": true, + "reveal": "always", + "focus": false, + "panel": "shared" + }, + "problemMatcher": [] } ] } \ No newline at end of file