librefi/.vscode/settings.json

6 lines
167 B
JSON
Raw Normal View History

2020-08-30 16:26:29 +02:00
{
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.pythonPath": "/usr/bin/python"
}