update vscodium config
This commit is contained in:
parent
8acd72c14e
commit
f63d9538cc
|
@ -72,9 +72,7 @@
|
||||||
"C_Cpp.vcFormat.indent.caseLabels" = true;
|
"C_Cpp.vcFormat.indent.caseLabels" = true;
|
||||||
"C_Cpp.intelliSenseCacheSize" = 2048;
|
"C_Cpp.intelliSenseCacheSize" = 2048;
|
||||||
"C_Cpp.intelliSenseMemoryLimit" = 2048;
|
"C_Cpp.intelliSenseMemoryLimit" = 2048;
|
||||||
"C_Cpp.default.browse.path" = [
|
"C_Cpp.default.browse.path" = ''[''${workspaceFolder}/**]'';
|
||||||
"${workspaceFolder}/**"
|
|
||||||
];
|
|
||||||
"C_Cpp.default.cStandard" = "c11";
|
"C_Cpp.default.cStandard" = "c11";
|
||||||
"C_Cpp.inlayHints.parameterNames.hideLeadingUnderscores" = false;
|
"C_Cpp.inlayHints.parameterNames.hideLeadingUnderscores" = false;
|
||||||
"C_Cpp.intelliSenseUpdateDelay" = 500;
|
"C_Cpp.intelliSenseUpdateDelay" = 500;
|
||||||
|
|
Loading…
Reference in a new issue