1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 10:29:29 +00:00
Files
amath/.vscode/keybindings.json

12 lines
234 B
JSON
Raw Normal View History

2018-08-05 21:45:38 +02:00
[
{
"key": "ctrl+shift+c",
"command": "workbench.action.tasks.runTask",
"args": "Clean all"
},
{
"key": "ctrl+t",
"command": "workbench.action.tasks.runTask",
"args": "Run tests"
}
]