craftbeerpi4-pione/.vscode/settings.json
2022-03-31 08:04:42 +02:00

8 lines
No EOL
188 B
JSON

{
"python.pythonPath": "/bin/python3",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}