how-to-use/cpp/vscode/keybindings.json
2024-09-11 21:35:14 +08:00

12 lines
360 B
JSON

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