chore: mark `backend` folder as a Python project
This commit is contained in:
parent
2aeaf7c965
commit
3ff7613dd9
|
|
@ -2,13 +2,16 @@
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"path": "."
|
"path": "."
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "backend"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "frontend"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {}
|
"settings": {
|
||||||
|
"python-envs.pythonProjects": [
|
||||||
|
{
|
||||||
|
"path": "backend",
|
||||||
|
"envManager": "ms-python.python:venv",
|
||||||
|
"packageManager": "ms-python.python:pip",
|
||||||
|
"workspace": "deer-flow"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue