mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2026-07-11 11:51:46 +00:00
Clangd: Add clangd parameters in IDE agnostic config file (#4319)
* Clangd: Add clangd parameters in IDE agnostic config file * Fix for uFBT too
This commit is contained in:
@@ -4,6 +4,10 @@ CompileFlags:
|
||||
- -Wno-format
|
||||
Remove:
|
||||
- -mword-relocations
|
||||
CompilationDatabase: "./build/latest"
|
||||
|
||||
Completion:
|
||||
HeaderInsertion: Never
|
||||
|
||||
Diagnostics:
|
||||
ClangTidy:
|
||||
|
||||
@@ -4,6 +4,10 @@ CompileFlags:
|
||||
- -Wno-format
|
||||
Remove:
|
||||
- -mword-relocations
|
||||
CompilationDatabase: "./.vscode"
|
||||
|
||||
Completion:
|
||||
HeaderInsertion: Never
|
||||
|
||||
Diagnostics:
|
||||
ClangTidy:
|
||||
|
||||
Reference in New Issue
Block a user