Files
JayFilter/c_cpp_properties.json
T
2025-10-26 14:40:30 +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"
]
}