update vscodium config

This commit is contained in:
Frost-Phoenix 2024-03-28 08:49:27 +01:00
parent 8acd72c14e
commit f63d9538cc

View file

@ -72,9 +72,7 @@
"C_Cpp.vcFormat.indent.caseLabels" = true;
"C_Cpp.intelliSenseCacheSize" = 2048;
"C_Cpp.intelliSenseMemoryLimit" = 2048;
"C_Cpp.default.browse.path" = [
"${workspaceFolder}/**"
];
"C_Cpp.default.browse.path" = ''[''${workspaceFolder}/**]'';
"C_Cpp.default.cStandard" = "c11";
"C_Cpp.inlayHints.parameterNames.hideLeadingUnderscores" = false;
"C_Cpp.intelliSenseUpdateDelay" = 500;