🎨 ux(vscodium): change tabs ui from single to multiple

This commit is contained in:
Sergio Laín 2024-03-19 00:47:21 +01:00
parent 259e58fefd
commit a6ca838ada
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1117,5 +1117,5 @@
], ],
"workbench.statusBar.visible": false, "workbench.statusBar.visible": false,
"editor.matchBrackets": "never", "editor.matchBrackets": "never",
"workbench.editor.showTabs": "single" "workbench.editor.showTabs": "multiple"
} }