Files
panaetius/.vscode/settings.json
2021-10-15 04:14:25 +01:00

8 lines
240 B
JSON

{
"python.linting.pylintEnabled": false,
"python.linting.prospectorEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": ".venv/bin/python",
"restructuredtext.confPath": "${workspaceFolder}/docs/source"
}