dotfiles/vscodium.json

48 lines
1.9 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,
2022-08-30 12:34:44 +02:00
"editor.fontFamily": "monoa,sans, \"linja pona\", 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",
2022-08-30 12:34:44 +02:00
"workbench.colorTheme": "Catppuccin Mocha",
2022-05-08 14:14:08 +02:00
"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,
"editor.wordWrap": "on",
2022-08-30 12:34:44 +02:00
"window.zoomLevel": 1,
"redhat.telemetry.enabled": false
2022-05-08 14:14:08 +02:00
}