Fix stupid clangd

This commit is contained in:
2026-03-08 22:49:30 -04:00
parent 54fa926ab3
commit 70e108c899

View File

@@ -44,6 +44,7 @@
"clangd.arguments": [ "clangd.arguments": [
"--log=verbose", "--log=verbose",
"--query-driver=/usr/bin/g++", "--query-driver=/usr/bin/g++",
"--background-index",
"--compile-commands-dir=[INTEGRATION]/.vscode", "--compile-commands-dir=[INTEGRATION]/.vscode",
"--header-insertion=never" "--header-insertion=never"
], ],