{ "workbench.statusBar.feedback.visible": false, "sublimeTextKeymap.promptV3Features": true, "editor.multiCursorModifier": "ctrlCmd", "editor.snippetSuggestions": "top", "editor.formatOnPaste": false, "workbench.colorTheme": "Darcula", "workbench.iconTheme": "material-icon-theme", "telemetry.enableCrashReporter": true, "telemetry.enableTelemetry": false, "update.channel": "none", "extensions.autoUpdate": false, "window.zoomLevel": 0, "gitlens.currentLine.enabled": false, "gitlens.hovers.currentLine.over": "line", "scss.scannerExclude": [ "**/.git", "**/bower_components" ], "less.scannerExclude": [ "**/.git", "**/bower_components" ], "python.workspaceSymbols.exclusionPatterns": [], "gitlens.codeLens.enabled": false, "npm.validate.enable": false, "workbench.activityBar.visible": false, "editor.fontSize": 14, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "auto-close-tag.SublimeText3Mode": true, "python.pythonPath": "${workspaceRoot}/env/bin/python", "python.linting.flake8Enabled": true, "python.linting.flake8Path": "${workspaceRoot}/env/bin/flake8", "python.linting.pylintEnabled": false, "python.linting.flake8Args": [ "--ignore=E501" ], "python.linting.lintOnSave": true, "rust.rustup": { "toolchain": "stable-x86_64-unknown-linux-gnu" }, "rust.mode": "rls", "latex-workshop.latex.autoBuild.onSave.enabled": false, "terminal.integrated.setLocaleVariables": true, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true }, "gitlens.keymap": "alternate", "editor.cursorBlinking": "smooth", "editor.fontLigatures": true, "editor.smoothScrolling": true, "workbench.editor.enablePreview": false, "terminal.integrated.enableBell": true, "terminal.integrated.fontSize": 14, "terminal.integrated.scrollback": 2000, "git.enableCommitSigning": true, "python.linting.mypyEnabled": true }