18 lines
555 B
JSON
18 lines
555 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"
|
|
} |