{ "workbench.colorTheme": "CLion Plus Theme", "cortex-debug.variableUseNaturalFormat": true, "todohighlight.keywords": [ "TODO", "FIXME" ], "C_Cpp.intelliSenseEngine": "disabled", "clangd.arguments": [ "--query-driver=/usr/bin/arm-none-eabi-gcc", // TODO: ezt is át kell majd írd "--compile-commands-dir=build/debug", "--function-arg-placeholders=false", "--clang-tidy", "--header-insertion=never" ], "editor.wordBasedSuggestions": "off" }