mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Added task to open git UI
This commit is contained in:
parent
5aee6531c9
commit
2a7bb7ff0e
1 changed files with 21 additions and 0 deletions
21
.vscode/tasks.json
vendored
21
.vscode/tasks.json
vendored
|
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue