Files
ds_mcp_template/.vscode/settings.json
T

7 lines
147 B
JSON
Raw Normal View History

2025-09-11 23:13:58 +01:00
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}