chore: mark `backend` folder as a Python project

This commit is contained in:
Henry Li 2026-01-14 09:24:33 +08:00
parent 2aeaf7c965
commit 3ff7613dd9
1 changed files with 14 additions and 11 deletions

View File

@ -1,14 +1,17 @@
{ {
"folders": [ "folders": [
{ {
"path": "." "path": "."
}, }
{ ],
"path": "backend" "settings": {
}, "python-envs.pythonProjects": [
{ {
"path": "frontend" "path": "backend",
} "envManager": "ms-python.python:venv",
], "packageManager": "ms-python.python:pip",
"settings": {} "workspace": "deer-flow"
}
]
}
} }