1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

fbt, vscode: tweaks for cdb generation for clangd (#3680)

* fbt, vscode: tweaks for cdb generation for clangd
* .clangd: updated config
* vscode: disabled auto header insertion for clangd
* .clangd: updated config, ignoring format warnings
* Add sublime text project
* vscode: enabled clang-tidy for clangd
* clangd: strict include checks for sources only

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2024-06-01 16:20:51 +04:00
committed by GitHub
parent 83e4bcc35a
commit c93d164785
8 changed files with 64 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ env = ENV.Clone(
"fbt_resources",
],
COMPILATIONDB_USE_ABSPATH=False,
COMPILATIONDB_USE_BINARY_ABSPATH=True,
BUILD_DIR=fw_build_meta["build_dir"],
IS_BASE_FIRMWARE=fw_build_meta["type"] == "firmware",
FW_FLAVOR=fw_build_meta["flavor"],