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?
build
test
Use runTask with args.
runTask
args
{ "key": "shift+cmd+t", "command": "workbench.action.tasks.runTask", "args": "The name of your task" }
2.1m questions
2.1m answers
60 comments
57.0k users