Files
exercism/.vscode/settings.json
2020-11-16 09:27:25 -06:00

12 lines
380 B
JSON

{
"python.pythonPath": "X:\\Users\\Xevion\\Anaconda3\\python.exe",
"python.linting.flake8Enabled": true,
"python.linting.enabled": false,
"python.linting.pylintEnabled": false,
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true
}