11 lines
234 B
JSON
11 lines
234 B
JSON
|
// Place your key bindings in this file to override the defaults
|
||
|
[
|
||
|
{
|
||
|
"key": "alt+\\",
|
||
|
"command": "settings.cycle.inlineCopilot",
|
||
|
},
|
||
|
{
|
||
|
"key": "f10",
|
||
|
"command": "C_Cpp.BuildAndRunFile"
|
||
|
}
|
||
|
]
|