clangd:添加D:/Program/llvm编译器参数。

This commit is contained in:
2025-11-26 21:49:47 +08:00
parent e92c4eb93f
commit 33e16c33f9

View File

@@ -23,6 +23,7 @@ return {
"--background-index",
"--completion-style=bundled",
"--function-arg-placeholders=false",
"--query-driver=D:/Program/llvm-mingw/bin/c++.exe"
},
},
},