Files
JayVitalisierer/c_cpp_properties.json
jens 467bf2fa72 - refactored Mkaefile
- fixed compile_commands
2025-10-26 14:34:28 +01:00

12 lines
248 B
JSON

{
"C_Cpp.intelliSenseEngine": "disabled",
"clangd.path": "/usr/bin/clangd",
"clangd.arguments":
[
"-log=verbose",
"-pretty",
"--background-index",
"--compile-commands-dir=${workspaceFolder}/build/compile_commands.json"
]
}