Move clangd config to .clangd.template

This commit is contained in:
2024-09-20 17:43:09 +08:00
parent d3a82e3336
commit 06b6124231
2 changed files with 1 additions and 0 deletions

11
.clangd.template Normal file
View File

@@ -0,0 +1,11 @@
Diagnostics:
UnusedIncludes: None
CompileFlags:
# CompilationDatabase: build\emscripten-mt\debug
CompilationDatabase: build\clang-x86_64-pc-windows-msvc\debug
Add:
- -IC:/Projects/R3/game_re/binders
# - -D_HAS_CXX20=1
# - -D_HAS_CXX17=1
# - -std=c++20
# - -DSH_USE_THREAD_FIBER=1