mirror of
https://github.com/okalachev/flix.git
synced 2026-01-10 04:57:17 +00:00
Disable error squiggles as they often work incorrectly. Decrease number of include libraries to index.
15 lines
479 B
JSON
15 lines
479 B
JSON
{
|
|
"C_Cpp.intelliSenseEngineFallback": "enabled",
|
|
"C_Cpp.errorSquiggles": "disabled",
|
|
"files.associations": {
|
|
"*.sdf": "xml",
|
|
"*.ino": "cpp",
|
|
"*.h": "cpp"
|
|
},
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.function": "newLine",
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "sameLine",
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.lambda": "sameLine",
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.namespace": "sameLine",
|
|
"C_Cpp.vcFormat.newLine.beforeOpenBrace.type": "sameLine"
|
|
}
|