{ "python.formatting.provider": "black", "python.pythonPath": ".venv/bin/python3.9", "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.testing.unittestEnabled": false, "python.testing.nosetestsEnabled": false, "python.testing.pytestEnabled": true, "python.testing.autoTestDiscoverOnSaveEnabled": false, "python.testing.pytestArgs": ["tests"], "cSpell.enableFiletypes": ["!javascript", "!python"], "i18n-ally.localesPaths": "frontend/src/locales/messages", "i18n-ally.sourceLanguage": "en", "i18n-ally.enabledFrameworks": ["vue"], "i18n-ally.keystyle": "nested", "cSpell.words": ["performant"], "search.mode": "reuseEditor" }