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";