Files
Config/vscode/shortkey.txt

13 lines
373 B
Plaintext
Raw Permalink Normal View History

2026-02-27 11:56:01 +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"
}
]