Files
pybricks-api/.vscode/settings.json
T
David Lechner 9ad550dfcb vscode: add settings are extension recommendations
this will help users get a dev environment setup more easliy
2019-05-09 12:21:17 -05:00

6 lines
174 B
JSON

{
"python.pythonPath": "${workspaceFolder}/.venv",
"python.linting.pep8Enabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}