dotfiles/vscodium-settings.json

21 lines
No EOL
795 B
JSON

{
"workbench.colorTheme": "Matrixish",
"debug.console.fontSize": 12,
"terminal.integrated.fontSize": 12,
"chat.editor.fontSize": 12,
"markdown.preview.fontSize": 12,
"files.autoSave": "afterDelay",
"editor.cursorStyle": "block",
"editor.multiCursorModifier": "ctrlCmd",
"editor.wordWrap": "on",
"editor.codeActions.triggerOnFocusChange": true,
"window.zoomLevel": -1,
"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"
}