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