Add VSCode settings for Python environment configuration

This commit is contained in:
2026-03-27 12:21:47 +01:00
parent 5d6f0cca16
commit a7ae583c20

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"python-envs.pythonProjects": [
{
"path": ".",
"envManager": "ms-python.python:venv",
"packageManager": "ms-python.python:pip"
}
]
}