dotfiles/vscodium/settings.json
Julius Klotz c2f4eb109a update
2025-02-21 11:33:38 +01:00

74 lines
2.3 KiB
JSON

{
"workbench.colorTheme": "Catppuccin Frappé",
"editor.fontFamily": "Cascadia Code",
"editor.fontSize": 14,
"editor.fontWeight": "350",
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"sap.ux.applicationModeler.disableMigrationPrompt": true,
"vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim",
"vscode-neovim.neovimInitVimPaths.darwin": "/Users/D068796/.config/nvim/init.lua",
"haskell.manageHLS": "GHCup",
"[haskell]": {
"editor.defaultFormatter": "haskell.haskell"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"eslint.format.enable": true,
"redhat.telemetry.enabled": false,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.folding": false,
"workbench.statusBar.visible": false,
"workbench.sideBar.location": "right",
"workbench.editor.showTabs": "none",
"editor.guides.indentation": false,
"workbench.tree.renderIndentGuides": "none",
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"workbench.fontAliasing": "auto",
"catppuccin.italicComments": false,
"catppuccin.italicKeywords": false,
"editor.semanticTokenColorCustomizations": {
"[Default Dark+]": {
"rules": {
"property.mandatory:xml": {
"bold": true
},
"string.i18n:xml": {
"italic": true
}
}
},
"[Default Light+]": {
"rules": {
"property.mandatory:xml": {
"bold": true
},
"string.i18n:xml": {
"italic": true
}
}
},
"[Default High Contrast]": {
"rules": {
"property.mandatory:xml": {
"bold": true
},
"string.i18n:xml": {
"italic": true
}
}
}
},
"update.mode": "manual",
"[xml]": {
"editor.defaultFormatter": "SAPSE.sap-ux-annotation-modeler-extension"
}
}