{ "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", "editor.insertSpaces": false, "editor.fontFamily": "Liberation Mono , \"-Wingdings\",\"-linja lipamanka\", sasns, mono, \"nasin\\-nanpa\"", "Lua.workspace.library": [ "~/proj/forks/awesome" ], "editor.copyWithSyntaxHighlighting": false, "terminal.integrated.defaultProfile.linux": "fish", "terminal.integrated.fontFamily": "Liberation Mono, monospace", "markdown.preview.fontFamily": "sans", "rust-analyzer.cargo.buildScripts.enable": true, "editor.fontLigatures": true, "redhat.telemetry.enabled": false, "files.trimTrailingWhitespace": true, "omnisharp.useModernNet": false, "extensions.autoCheckUpdates": false, "extensions.autoUpdate": false, "zenMode.hideLineNumbers": false, "editor.wordWrap": "on", "editor.inlayHints.enabled": "offUnlessPressed", "diffEditor.ignoreTrimWhitespace": false, "markdown.preview.breaks": true, "git.openRepositoryInParentFolders": "always", "window.zoomLevel": 1, "editor.minimap.renderCharacters": false, "zig.path": "zig", "zig.zls.path": "/home/crispypin/.config/VSCodium/User/globalStorage/ziglang.vscode-zig/zls_install/zls", "zig.initialSetupDone": true, "editor.minimap.enabled": false, "workbench.colorTheme": "Monochrome", "workbench.colorCustomizations": { "[Monochrome]": { "editorBracketHighlight.foreground1": "#8bf", "editorBracketHighlight.foreground2": "#f9c", "editorBracketHighlight.foreground3": "#fff", "editor.lineHighlightBackground": "#324", "editor.background": "#214", "editor.foreground": "#fce" } }, "editor.tokenColorCustomizations": { "[Monochrome]": { "comments": "#aaa", "strings": "#adf" } } }