dotfiles/.config/Code/User/keybindings.json

7 lines
162 B
JSON
Raw Normal View History

// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+r",
"command": "workbench.action.tasks.test",
}
]