swconfig/vscode/keybindings.json

13 lines
361 B
JSON

[
{
"command": "cmake.debugTarget",
"key": "F5",
"when": "cmake:enableFullFeatureSet && inCMakeProject && !cmake:hideDebugCommand && !inDebugMode"
},
{
"command": "editor.action.revealDefinition",
"key": "cmd+G",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
}
]