Files
Auto-GPT/.vscode/settings.json
2023-09-04 16:21:09 +02:00

7 lines
143 B
JSON

{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}