From e3e62e5325a342a8997a9bf44a55c0734335ec65 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 30 Mar 2024 02:21:43 +0100 Subject: [PATCH] change vscodium config --- modules/home/vscodium/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/vscodium/default.nix b/modules/home/vscodium/default.nix index 693b3d6..4946d9a 100644 --- a/modules/home/vscodium/default.nix +++ b/modules/home/vscodium/default.nix @@ -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";