mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-29 22:49:55 +03: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,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|