From f63d9538cce3bda025580d0c2a5de671748f426e Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 28 Mar 2024 08:49:27 +0100 Subject: [PATCH] update vscodium config --- modules/home/vscodium/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/home/vscodium/default.nix b/modules/home/vscodium/default.nix index b0669f8..f8596f4 100644 --- a/modules/home/vscodium/default.nix +++ b/modules/home/vscodium/default.nix @@ -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;