WIP VSCodium settings

This commit is contained in:
Firepup Sixfifty 2024-11-18 00:42:17 -06:00
parent ded5e4b887
commit a23401df4f
Signed by: Firepup650
SSH key fingerprint: SHA256:1g8FMWEtx/Cb7Ypb2pb/k1BTn2t3OwXor6n4a5peI7c

View file

@ -10,5 +10,12 @@
"editor.wordWrap": "on",
"editor.codeActions.triggerOnFocusChange": true,
"window.zoomLevel": -1,
"editor.fontSize": 12
"editor.fontSize": 12,
"workbench.commandPalette.experimental.suggestCommands": true,
"workbench.list.horizontalScrolling": true,
"workbench.welcomePage.walkthroughs.openOnInstall": false,
"window.customTitleBarVisibility": "windowed",
"accessibility.dimUnfocused.enabled": true,
"accessibility.underlineLinks": true,
"debug.confirmOnExit": "always"
}