🎨 ux(vscodium): expand line height

This commit is contained in:
Sergio Laín 2024-08-07 18:17:35 +02:00
parent 7c5a82c319
commit 6766067d7e
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -42,6 +42,7 @@
"editor.stickyScroll.enabled": true, "editor.stickyScroll.enabled": true,
"window.commandCenter": false, "window.commandCenter": false,
"editor.lineNumbers": "relative", "editor.lineNumbers": "relative",
"editor.lineHeight": 23,
"window.menuBarVisibility": "toggle", "window.menuBarVisibility": "toggle",
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"editor.overviewRulerBorder": false, "editor.overviewRulerBorder": false,