From f67532bb8e1952e590b54c0c7bd251293cd14453 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 30 Mar 2024 21:45:13 +0100 Subject: [PATCH] update 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 4946d9a..8c7103d 100644 --- a/modules/home/vscodium/default.nix +++ b/modules/home/vscodium/default.nix @@ -42,7 +42,7 @@ "workbench.layoutControl.type" = "menu"; "workbench.editor.limit.enabled" = true; - "workbench.editor.limit.value" = 5; + "workbench.editor.limit.value" = 10; "workbench.editor.limit.perEditorGroup" = true; "workbench.editor.showTabs" = "single"; "files.autoSave" = "onWindowChange";