diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..456b917 Binary files /dev/null and b/.DS_Store differ diff --git a/vscode/keybindings.json b/vscode/keybindings.json new file mode 100644 index 0000000..d860ea3 --- /dev/null +++ b/vscode/keybindings.json @@ -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" + } +]