4
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2025-11-14 15:33:46 +00:00
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
}