compile clean

This commit is contained in:
2025-10-25 14:09:11 +02:00
parent d0e163c5f0
commit 20ecc3333c
19 changed files with 1519 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"C_Cpp.intelliSenseEngine": "disabled",
"clangd.path": "/usr/bin/clangd",
"clangd.arguments":
[
"-log=verbose",
"-pretty",
"--background-index",
"--compile-commands-dir=${workspaceFolder}/compile_commands.json"
]
}