{ "editor.codeActionsOnSave": [], "git.mergeEditor": false, "python.formatting.provider": "black", "workbench.preferredLightColorTheme": "Visual Studio Light", "workbench.colorTheme": "Atom One Light", "editor.rulers": [ 79 ], "python.languageServer": "Pylance", "[python]": { "editor.defaultFormatter": "ms-python.python", }, "[restructuredtext]": { "editor.tabSize": 2 }, "gitlens.hovers.currentLine.over": "line", "gitlens.codeLens.enabled": false, "gitlens.currentLine.enabled": false, "gitlens.views.repositories.enabled": true, "files.trimTrailingWhitespace": true, "python.analysis.logLevel": "Trace", "python.analysis.downloadChannel": "beta", "python.jediEnabled": false, "python.defaultInterpreterPath": "/home/classic/.venv3/bin/python3", "python.pythonPath": "/home/classic/.venv3/bin/python", "python.analysis.symbolsHierarchyDepthLimit": 4, "python.showStartPage": false, "python.testing.autoTestDiscoverOnSaveEnabled": false, "python.testing.promptToConfigure": false, "editor.smoothScrolling": true, "workbench.list.smoothScrolling": true, "editor.detectIndentation": false, "cSpell.enabled": true, "cSpell.showStatus": true, "cSpell.allowCompoundWords": false, "cSpell.maxNumberOfProblems": 1000, "reflowMarkdown.preferredLineLength": 79, "black.debug": true, "python.logging.level": "info", "python.linting.flake8Enabled": true, "python.linting.flake8CategorySeverity.E": "Warning", "C_Cpp.updateChannel": "Insiders", "files.exclude": { "**/*.orig": true, "**/*.pyc": true }, "workbench.startupEditor": "newUntitledFile", "cSpell.languageSettings": [ { "languageId": "python,cpp", "allowCompoundWords": true } ], "editor.renderWhitespace": "none", "diffEditor.ignoreTrimWhitespace": false, "editor.minimap.enabled": true, "cSpell.userWords": [ "backends", "bindparam", "dbapi", "greenlets", "ilike", "isinsert", "isoutparam", "isupdate", "itertools", "mutex", "opstring", "paramstyle", "pymysql", "Traversible", "weakref" ], "workbench.iconTheme": "material-icon-theme", "vscode-postgres.defaultConnection": "localhost", "vscode-postgres.defaultDatabase": "test", "python.analysis.stubPath": "", "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "vsicons.dontShowNewVersionMessage": true, "files.autoSave": "afterDelay", "notebook.cellToolbarLocation": { "default": "right", "jupyter-notebook": "left" }, "python.analysis.extraPaths": [ "/home/classic/dev/sqlalchemy/lib" ], "cSpell.customDictionaries": { "custom-dictionary-user": { "name": "custom-dictionary-user", "path": "~/.cspell/custom-dictionary-user.txt", "addWords": true, "scope": "user" } }, "cSpell.ignoreWords": [], "python.analysis.autoImportCompletions": false, "editor.guides.indentation": false, "grammarly.files.include": [ "**/readme.md", "**/README.md", "**/*.txt", "**/*.rst" ], "esbonio.server.enabled": false, "esbonio.server.enabledInPyFiles": false, "isort.args": [ ], }