dotfiles/vscodium.json
2023-08-03 21:25:40 +02:00

48 lines
No EOL
1.8 KiB
JSON

{
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"workbench.enableExperiments": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"update.mode": "manual",
"update.showReleaseNotes": false,
"files.exclude": {
"**/*.meta": true
},
"editor.quickSuggestionsDelay": 0,
"editor.suggestSelection": "first",
"editor.hover.delay": 10,
"workbench.hover.delay": 50,
"window.menuBarVisibility": "toggle",
"liveServer.settings.root": "docs/",
"liveServer.settings.donotVerifyTags": true,
"editor.insertSpaces": false,
"editor.fontFamily": "\"-Wingdings\",\"-linja lipamanka\", sans, mono",
"Lua.workspace.library": [
"~/proj/forks/awesome"
],
"liveServer.settings.donotShowInfoMsg": true,
"editor.copyWithSyntaxHighlighting": false,
"terminal.integrated.defaultProfile.linux": "fish",
"editor.renderWhitespace": "all",
"terminal.integrated.fontFamily": "monospace",
"markdown.preview.fontFamily": "sans",
"editor.bracketPairColorization.enabled": false,
"rust-analyzer.cargo.buildScripts.enable": true,
"editor.fontLigatures": true,
"redhat.telemetry.enabled": false,
"files.trimTrailingWhitespace": true,
"editor.formatOnSave": true,
"omnisharp.useModernNet": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"workbench.colorTheme": "One Candy",
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"zenMode.hideLineNumbers": false,
"editor.wordWrap": "on",
"editor.minimap.renderCharacters": false,
"editor.inlayHints.enabled": "offUnlessPressed",
"window.zoomLevel": 1,
"diffEditor.ignoreTrimWhitespace": false
}