mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"python-envs.pythonProjects": [
|
|
{
|
|
"path": "backend",
|
|
"envManager": "ms-python.python:venv",
|
|
"packageManager": "ms-python.python:pip",
|
|
"workspace": "deer-flow"
|
|
}
|
|
]
|
|
}
|
|
}
|