2025-06-13 10:44:11 +02:00

17 lines
553 B
JSON

{
"workbench.colorTheme": "CLion Plus Theme",
"cortex-debug.variableUseNaturalFormat": true,
"todohighlight.keywords": [
"TODO",
"FIXME"
],
"C_Cpp.intelliSenseEngine": "disabled",
"clangd.arguments": [
"--query-driver=${config:STM32VSCodeExtension.cubeCLT.path}/GNU-tools-for-STM32/bin/arm-none-eabi-gcc",
"--compile-commands-dir=build/debug",
"--function-arg-placeholders=false",
"--clang-tidy",
"--header-insertion=never"
],
"editor.wordBasedSuggestions": "off"
}