Files
pybricks-api/.vscode/settings.json
T
2019-10-18 14:43:43 +02:00

6 lines
181 B
JSON

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