Files
JayDelay/.vscode/c_cpp_properties.json
T
2025-11-11 15:04:27 +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"
]
}