添加vscode cpp快捷键设置
This commit is contained in:
parent
67dc2dd2c8
commit
9056faec6d
12
vscode/keybindings.json
Normal file
12
vscode/keybindings.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user