dotfiles/vscodium.json
2023-01-14 15:20:02 +01:00

56 lines
No EOL
2.1 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,
"python.autoComplete.addBrackets": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.hover.delay": 10,
"workbench.hover.delay": 50,
"editorconfig.generateAuto": false,
"window.menuBarVisibility": "toggle",
"liveServer.settings.root": "docs/",
"liveServer.settings.donotVerifyTags": true,
"editor.insertSpaces": false,
"editor.fontFamily": "sans, mono, \"linja pona\", mono",
"editor.minimap.renderCharacters": false,
"Lua.telemetry.enable": false,
"Lua.workspace.library": [
"~/proj/forks/awesome"
],
"color-highlight.markRuler": false,
"bracket-pair-colorizer-2.depreciation-notice": false,
"liveServer.settings.donotShowInfoMsg": true,
"python.analysis.typeCheckingMode": "basic",
"python.experiments.enabled": false,
"editor.copyWithSyntaxHighlighting": false,
"terminal.integrated.defaultProfile.linux": "fish",
"rust.clippy_preference": "on",
"C_Cpp.renameRequiresIdentifier": false,
"editor.renderWhitespace": "all",
"terminal.integrated.fontFamily": "monospace",
"markdown.preview.fontFamily": "sans",
"editor.bracketPairColorization.enabled": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
"rust-analyzer.cargo.buildScripts.enable": true,
"editor.fontLigatures": true,
"redhat.telemetry.enabled": false,
"files.trimTrailingWhitespace": true,
"editor.glyphMargin": false,
"editor.formatOnSave": true,
"omnisharp.useModernNet": false,
"editor.wordWrap": "on",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"editor.inlayHints.enabled": "off",
"window.zoomLevel": 1,
"workbench.colorTheme": "One Candy"
}