28 lines
623 B
JSON
28 lines
623 B
JSON
|
// Place your key bindings in this file to overwrite the defaults
|
||
|
[
|
||
|
{
|
||
|
"key": "f5",
|
||
|
"command": "workbench.action.tasks.runTask",
|
||
|
"args": "build"
|
||
|
},
|
||
|
{
|
||
|
"key": "f6",
|
||
|
"command": "workbench.action.tasks.runTask",
|
||
|
"args": "upload"
|
||
|
},
|
||
|
{
|
||
|
"key": "f7",
|
||
|
"command": "workbench.action.tasks.runTask",
|
||
|
"args": "make"
|
||
|
},
|
||
|
{
|
||
|
"key": "f8",
|
||
|
"command": "workbench.action.tasks.runTask",
|
||
|
"args": "lorris"
|
||
|
},
|
||
|
{
|
||
|
"key": "f9",
|
||
|
"command": "workbench.action.tasks.runTask",
|
||
|
"args": "help"
|
||
|
}
|
||
|
]
|