mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
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,
|
||
|
|
},
|
||
|
|
},
|
||
|
|
},
|
||
|
|
}
|