dotfiles/vscodium-settings.json

31 lines
No EOL
1.2 KiB
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",
"scm.alwaysShowRepositories": true,
"scm.diffDecorationsGutterPattern": {
"added": true
},
"extensions.closeExtensionDetailsOnViewChange": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.enableVisualBell": true,
"problems.showCurrentInStatus": true,
"chat.editor.wordWrap": "on",
"security.workspace.trust.startupPrompt": "always"
}