CoreE/.vscode/settings.json
András Wiesner 0e8c11c081 initial
2026-03-09 23:20:43 +01:00

17 lines
529 B
JSON

{
"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"
}