🔧 chore(vscodium): change tabs to a single one instead of multiple

This commit is contained in:
Sergio Laín 2024-03-03 14:45:33 +01:00
parent f6e6600f70
commit dddaf5cda7
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

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