I know I can assign a keychord to 2 standard tasks: build
and test
in VSCode. I need to do the same with a custom task. How can I do it?
Use runTask
with args
.
{
"key": "shift+cmd+t",
"command": "workbench.action.tasks.runTask",
"args": "The name of your task"
}
You can't currently. Here is the github issue with the feature request. Looks like it keeps getting pushed to 'the next' release.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With