mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
Added task to open git UI
This commit is contained in:
parent
5aee6531c9
commit
2a7bb7ff0e
21
.vscode/tasks.json
vendored
21
.vscode/tasks.json
vendored
@ -130,6 +130,27 @@
|
|||||||
"panel": "shared"
|
"panel": "shared"
|
||||||
},
|
},
|
||||||
"problemMatcher": []
|
"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…
x
Reference in New Issue
Block a user