mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-26 10:26:09 +03:00
c93d164785
* 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>
22 lines
448 B
Plaintext
22 lines
448 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
}
|
|
],
|
|
"settings": {
|
|
"LSP": {
|
|
"clangd": {
|
|
"initializationOptions": {
|
|
"clangd.compile-commands-dir": "build/latest",
|
|
"clangd.header-insertion": null,
|
|
"clangd.query-driver": "**",
|
|
"clangd.clang-tidy": true,
|
|
},
|
|
"enabled": true,
|
|
},
|
|
},
|
|
},
|
|
}
|