Files
deer-flow/deer-flow.code-workspace

18 lines
289 B
Plaintext
Raw Normal View History

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