Closed
Description
openedon Jul 5, 2022
We can use this keybinding currently:
{ "key": "ctrl+space", "command": "workbench.action.tasks.runTask", "args": "Core - Build" }
But args doesn't give any hints to the user on how to use it, we should change to also support this and add a schema:
{ "key": "ctrl+space", "command": "workbench.action.tasks.runTask", "args": { "taskName": "Core - Build" } }
``
Related: https://github.com/microsoft/vscode/issues/153145
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment