From 87d564b3a3e156abdc25d3103b6010ea0b458578 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 7 Dec 2023 16:13:27 +0100 Subject: [PATCH] test vscode config --- modules/home/vscode/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/vscode/default.nix b/modules/home/vscode/default.nix index c88cc8a..349ccf4 100644 --- a/modules/home/vscode/default.nix +++ b/modules/home/vscode/default.nix @@ -33,8 +33,8 @@ "workbench.startupEditor" = "none"; "workbench.layoutControl.type" = "menu"; - "workbench.editor.limit.enabled" = true; - "workbench.editor.limit.value" = 1; + # "workbench.editor.limit.enabled" = true; + # "workbench.editor.limit.value" = 1; "workbench.editor.limit.perEditorGroup" = true; "workbench.editor.showTabs" = false; "files.autoSave" = "onWindowChange";