Files
deer-flow/deer-flow.code-workspace
2026-01-14 09:24:33 +08:00

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"
}
]
}
}