odte/.vscode/settings.json
2020-06-12 22:45:58 +02:00

18 lines
512 B
JSON

{
"python.testing.unittestArgs": [
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true,
"python.pythonPath": "/Users/rmontanana/.virtualenvs/general/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"editor.rulers": [
80,
100
],
"python.linting.pylintEnabled": false,
"restructuredtext.confPath": "${workspaceFolder}/docs/source"
}