Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2024-06-01 16:55:04 +03:00
10 changed files with 95 additions and 15 deletions

View File

@@ -19,6 +19,8 @@
"clangd.arguments": [
// We might be able to tighten this a bit more to only include the correct toolchain.
"--query-driver=**",
"--compile-commands-dir=${workspaceFolder}/build/latest"
"--compile-commands-dir=${workspaceFolder}/build/latest",
"--clang-tidy",
"--header-insertion=never"
]
}