setup-go/.vscode/settings.json
2022-03-07 18:19:12 -05:00

7 lines
No EOL
151 B
JSON

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