discord_bot/.vscode/settings.json
2023-04-12 10:28:52 +02:00

7 lines
147 B
JSON

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