添加vscode cpp快捷键设置

This commit is contained in:
taynpg 2024-04-02 13:31:57 +08:00
parent 67dc2dd2c8
commit 9056faec6d
2 changed files with 12 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

12
vscode/keybindings.json Normal file
View File

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