Move clangd config to .clangd.template
This commit is contained in:
11
.clangd.template
Normal file
11
.clangd.template
Normal 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
|
Reference in New Issue
Block a user