Files
deer-flow/.vscode/settings.json

8 lines
223 B
JSON
Raw Normal View History

{
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}