Skip to content

Instantly share code, notes, and snippets.

@jonsamp
Last active February 4, 2022 05:07
Show Gist options
  • Save jonsamp/2e59ef3767e0b114cf9e3c111f22c461 to your computer and use it in GitHub Desktop.
Save jonsamp/2e59ef3767e0b114cf9e3c111f22c461 to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+x 1",
"command": "workbench.action.tasks.runTask",
"args": "test file"
},
{
"key": "ctrl+x 2",
"command": "workbench.action.tasks.runTask",
"args": "verify"
},
{
"key": "ctrl+x 3",
"command": "workbench.action.tasks.runTask",
"args": "e2e"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment