This commit is contained in:
2026-02-27 11:56:01 +08:00
parent 7104c53f93
commit ab134c2909
5 changed files with 126 additions and 0 deletions

13
vscode/shortkey.txt Normal file
View File

@@ -0,0 +1,13 @@
快捷键:
[
{
"command": "cmake.debugTarget",
"key": "F5",
"when": "cmake:enableFullFeatureSet && inCMakeProject && !cmake:hideDebugCommand && !inDebugMode"
},
{
"command": "editor.action.revealDefinition",
"key": "ALT+G",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
}
]