todoist_interface/.vscode/settings.json

6 lines
119 B
JSON
Raw Normal View History

2021-11-06 19:06:34 +01:00
{
2021-11-06 19:35:53 +01:00
"python.pythonPath": "venv/bin/python",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
2021-11-06 19:06:34 +01:00
}