{ "breadcrumbs.enabled": true, "clang-format.executable": "/usr/bin/clang-format", "d.servedPath": "$HOME/.local/share/code-d/bin/serve-d", "editor.acceptSuggestionOnEnter": "off", "editor.fontFamily": "JetBrains Mono", "editor.fontLigatures": true, "editor.formatOnPaste": true, "editor.formatOnSave": true, "editor.minimap.enabled": false, "extensions.showRecommendationsOnlyOnDemand": true, "files.enableTrash": false, "git.autoStash": true, "git.confirmSync": false, "git.defaultCloneDirectory": "$HOME/dev/github", "git.enableCommitSigning": true, "git.fetchOnPull": true, "gitlens.advanced.telemetry.enabled": false, "go.formatTool": "goimports", "go.testFlags": [ "-v", "--bench", ".", "--benchmem" ], "go.useLanguageServer": true, "java.configuration.checkProjectSettingsExclusions": false, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, "[javascript]": { "editor.formatOnSave": false, "editor.tabSize": 2 }, "[makefile]": { "editor.insertSpaces": false, "editor.tabSize": 4 }, "prettier.singleQuote": true, "rust.clippy_preference": "on", "rust.crate_blacklist": null, "rust.show_warnings": true, "standard.autoFixOnSave": true, "telemetry.enableCrashReporter": false, "[typescript]": { "editor.tabSize": 2, "editor.defaultFormatter": "vscode.typescript-language-features" }, "update.enableWindowsBackgroundUpdates": false, "update.mode": "none", "update.showReleaseNotes": false, "window.menuBarVisibility": "toggle", "workbench.colorTheme": "Dracula", "workbench.enableExperiments": false, "workbench.iconTheme": "material-icon-theme", "workbench.settings.enableNaturalLanguageSearch": false, "editor.formatOnSave": true, "githubPullRequests.telemetry.enabled": false, "[c]": { "editor.defaultFormatter": "ms-vscode.cpptools", "editor.tabSize": 2 }, "C_Cpp.default.cStandard": "c11", "C_Cpp.default.intelliSenseMode": "clang-x64", "C_Cpp.default.cppStandard": "c++17", "C_Cpp.clang_format_style": "Mozilla", "todo-tree.tree.showScanModeButton": false, "rust-client.engine": "rust-analyzer", "rust-analyzer.updates.channel": "nightly", "python.formatting.provider": "black", "python.pythonPath": "/usr/bin/python3", "shellcheck.executablePath": "/usr/bin/shellcheck", "git.enableStatusBarSync": false }