12 lines
360 B
JSON
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"
|
|
}
|
|
] |