diff --git a/paperless-ngx.code-workspace b/paperless-ngx.code-workspace index 7030ae655..85f5a836b 100644 --- a/paperless-ngx.code-workspace +++ b/paperless-ngx.code-workspace @@ -31,6 +31,11 @@ "**/.venv": true, "**/.coverage": true, "**/coverage.json": true - } + }, + "python.defaultInterpreterPath": ".venv/bin/python3", + }, + "extensions": { + "recommendations": ["ms-python.python", "charliermarsh.ruff", "editorconfig.editorconfig"], + "unwantedRecommendations": ["ms-python.black-formatter"] } }