MDAF/.vscode/settings.json
2021-05-19 22:44:17 -04:00

9 lines
245 B
JSON

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