3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2025-02-03 05:54:23 +00:00
coope/.vscode/settings.json

6 lines
155 B
JSON
Raw Normal View History

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