mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-22 13:44:46 +08:00
chore: mark backend folder as a Python project
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user