]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Recommends some extensions and sets the default interpreter path (#6884)
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Sun, 2 Jun 2024 03:34:40 +0000 (20:34 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 03:34:40 +0000 (03:34 +0000)
paperless-ngx.code-workspace

index 7030ae655733baedd365e524f035c6cee5c608ad..85f5a836b1d3ba4f032edc4fbfe12b737eef42d2 100644 (file)
                        "**/.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"]
        }
 }