10 lines
342 B
JSON
10 lines
342 B
JSON
{
|
|
"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"
|
|
],
|
|
} |