Files
JayFilter/c_cpp_properties.json
T
2025-10-25 14:39:11 +02:00

12 lines
242 B
JSON

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