Files
MDAF/.vscode/settings.json
2021-05-14 23:49:40 -04:00

9 lines
247 B
JSON

{
"python.pythonPath": "/usr/bin/python3.8",
"python.testing.pytestArgs": [
"Sample codes"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true
}