From a6ca838ada03327ca726f070fed72d62c2c26e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 19 Mar 2024 00:47:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(vscodium):=20change=20tabs=20?= =?UTF-8?q?ui=20from=20single=20to=20multiple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/VSCodium/User/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index f14a2839..57e6398e 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -1117,5 +1117,5 @@ ], "workbench.statusBar.visible": false, "editor.matchBrackets": "never", - "workbench.editor.showTabs": "single" + "workbench.editor.showTabs": "multiple" }