change vscodium config

This commit is contained in:
Frost-Phoenix 2024-03-30 02:21:43 +01:00
parent 99beba9e6a
commit e3e62e5325

View file

@ -77,7 +77,7 @@
"C_Cpp.default.browse.path" = [
''''${workspaceFolder}/**''
];
"C_Cpp.default.cStandard" = "c11";
"C_Cpp.default.cStandard" = "gnu11";
"C_Cpp.inlayHints.parameterNames.hideLeadingUnderscores" = false;
"C_Cpp.intelliSenseUpdateDelay" = 500;
"C_Cpp.workspaceParsingPriority" = "medium";