dotfiles/vscodium/.config/VSCodium/User/settings.json
2024-05-26 09:45:18 -04:00

14 lines
508 B
JSON

{
"workbench.sideBar.location": "right",
"workbench.activityBar.location": "top",
"workbench.layoutControl.enabled": false,
"window.commandCenter": false,
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "none",
"editor.minimap.enabled": false,
"workbench.editor.editorActionsLocation": "hidden",
"editor.fontSize": 13,
"security.workspace.trust.untrustedFiles": "open",
"security.workspace.trust.enabled": false,
"editor.fontLigatures": true
}