Skip to content

Instantly share code, notes, and snippets.

@sangmoon
Last active October 14, 2018 11:25
Show Gist options
  • Save sangmoon/8f11b57ef3b56cca3b5f4b41380eddcb to your computer and use it in GitHub Desktop.
Save sangmoon/8f11b57ef3b56cca3b5f4b41380eddcb to your computer and use it in GitHub Desktop.
visual code lint setting for django
```
// user setting
{
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": true,
}
```
```
// user virtual environment
{
"python.pythonPath": "${workspaceFolder}/env/bin/python"
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment