dotfiles/vscodium.json

59 lines
2.3 KiB
JSON
Raw Normal View History

2022-05-08 14:14:08 +02:00
{
"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": "\"-linja lipamanka\", sans, mono",
2022-05-08 14:14:08 +02:00
"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,
2022-05-08 15:33:33 +02:00
"editor.renderWhitespace": "all",
2022-05-08 22:09:16 +02:00
"terminal.integrated.fontFamily": "monospace",
2022-05-13 11:53:31 +02:00
"markdown.preview.fontFamily": "sans",
"editor.bracketPairColorization.enabled": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
2022-06-07 15:21:09 +02:00
"rust-analyzer.cargo.buildScripts.enable": true,
2022-08-13 22:31:19 +02:00
"editor.fontLigatures": true,
2022-09-18 16:08:42 +02:00
"redhat.telemetry.enabled": false,
"files.trimTrailingWhitespace": true,
"editor.glyphMargin": false,
2022-10-01 21:09:23 +02:00
"editor.formatOnSave": true,
2022-10-20 21:22:02 +02:00
"omnisharp.useModernNet": false,
2023-01-14 15:20:02 +01:00
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
2023-03-11 17:34:45 +01:00
"workbench.colorTheme": "One Candy",
2022-12-27 15:17:31 +01:00
"window.zoomLevel": 1,
2023-03-11 17:34:45 +01:00
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"lldb.suppressUpdateNotifications": true,
"zenMode.hideLineNumbers": false,
"editor.inlayHints.enabled": "offUnlessPressed"
2022-05-08 14:14:08 +02:00
}