迁移
This commit is contained in:
13
vscode/shortkey.txt
Normal file
13
vscode/shortkey.txt
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user