how-to-use/cpp/vscode/keybindings.json

12 lines
360 B
JSON
Raw Normal View History

2024-09-11 21:35:14 +08:00
[
{
"command": "cmake.debugTarget",
"key": "F5",
"when": "cmake:enableFullFeatureSet && inCMakeProject && !cmake:hideDebugCommand && !inDebugMode"
},
{
"command": "editor.action.revealDefinition",
"key": "ALT+G",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
}
]