3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-07-07 22:24:04 +00:00
coope/.vscode/settings.json

6 lines
155 B
JSON

{
"python.pythonPath": "/home/nanoy/.virtualenvs/coopeV3/bin/python",
"python.linting.pylintArgs": [
"--load-plugins=pylint_django"
],
}