{ "editor.multiCursorModifier": "ctrlCmd", "editor.snippetSuggestions": "top", "editor.formatOnPaste": false, "workbench.colorTheme": "Darcula", "workbench.iconTheme": "material-icon-theme", "telemetry.telemetryLevel": "off", "extensions.autoUpdate": false, "gitlens.currentLine.enabled": false, "gitlens.hovers.currentLine.over": "line", "gitlens.codeLens.enabled": false, "workbench.activityBar.visible": true, "editor.fontSize": 14, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "auto-close-tag.SublimeText3Mode": true, "python.linting.lintOnSave": true, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, }, "gitlens.keymap": "alternate", "editor.cursorBlinking": "smooth", "editor.smoothScrolling": true, "workbench.editor.enablePreview": false, "terminal.integrated.enableBell": true, "terminal.integrated.scrollback": 20000, "git.enableCommitSigning": true, "python.linting.mypyEnabled": true, "python.linting.flake8Enabled": true, "python.linting.pylintEnabled": false, "python.terminal.activateEnvironment": false, "python.venvPath": "~/.virtualenvs, ~/.pyenv, ~/.cache/pypoetry/virtualenvs", "editor.fontFamily": "Fira Code", "editor.minimap.renderCharacters": false, "editor.cursorSmoothCaretAnimation": true, "workbench.settings.enableNaturalLanguageSearch": false, "cSpell.language": "en-GB", "files.autoGuessEncoding": true, "workbench.startupEditor": "none", "extensions.ignoreRecommendations": true, "workbench.enableExperiments": false, "update.mode": "none", "color-highlight.markerType": "underline", "git-graph.showStatusBarItem": false, "python.languageServer": "Jedi", "python.experiments.enabled": false, "terminal.integrated.enablePersistentSessions": false, "editor.bracketPairColorization.enabled": false, "ltex.additionalRules.motherTongue": "en-GB", "ltex.java.initialHeapSize": 32, "ltex.java.maximumHeapSize": 128, "ltex.language": "en-GB", "ltex.sentenceCacheSize": 1000, "gitlens.remotes": [ { "domain": "git.torchbox.com", "type": "GitLab" }, { "domain": "git.theorangeone.net", "type": "Gitea" } ], "rust-analyzer.inlayHints.chainingHints.enable": false, "rust-analyzer.inlayHints.parameterHints.enable": false, "rust-analyzer.inlayHints.typeHints.enable": false, "workbench.preferredDarkColorTheme": "Darcula", "workbench.preferredLightColorTheme": "Visual Studio Light", "workbench.tree.indent": 6, "workbench.editor.closeOnFileDelete": true, "zenMode.hideTabs": false, "zenMode.hideLineNumbers": false, "explorer.autoRevealExclude": { "**/bower_components": false, "**/node_modules": false }, "search.useGlobalIgnoreFiles": true, "search.useParentIgnoreFiles": true, "remote.downloadExtensionsLocally": true }