pass-gen/.vscode/settings.json
2021-07-05 20:44:51 +02:00

8 lines
No EOL
189 B
JSON

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