3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-07-17 10:44:05 +00:00
coope/.vscode/settings.json

6 lines
155 B
JSON
Raw Normal View History

2018-10-05 22:03:02 +00:00
{
2018-11-25 23:15:09 +00:00
"python.pythonPath": "/home/nanoy/.virtualenvs/coopeV3/bin/python",
"python.linting.pylintArgs": [
"--load-plugins=pylint_django"
],
2018-10-05 22:03:02 +00:00
}