InQuire/.vscode/settings.json

4 lines
108 B
JSON
Raw Normal View History

2018-12-04 17:21:08 +01:00
{
2018-12-12 08:28:30 +01:00
"python.pythonPath": "${workspaceFolder}/venv/bin/python",
"python.linting.pylintEnabled": false
2018-12-04 17:21:08 +01:00
}