mirror of
https://gitlab.com/rnger/amath
synced 2025-10-05 10:29:29 +00:00
12 lines
234 B
JSON
12 lines
234 B
JSON
[
|
|
{
|
|
"key": "ctrl+shift+c",
|
|
"command": "workbench.action.tasks.runTask",
|
|
"args": "Clean all"
|
|
},
|
|
{
|
|
"key": "ctrl+t",
|
|
"command": "workbench.action.tasks.runTask",
|
|
"args": "Run tests"
|
|
}
|
|
] |