Files
panaetius/.vscode/settings.json
2021-10-18 00:12:20 +01:00

9 lines
272 B
JSON

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