Created
July 19, 2018 08:41
-
-
Save philippslang/7fcb5cb8c49945835e07dfa712fb57fd to your computer and use it in GitHub Desktop.
VS Code Python - Exclude search and watch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"search.exclude": { | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"**/venv/**": true, | |
"**/.git/**": true, | |
}, | |
"files.watcherExclude": { | |
"**/.git/**": true, | |
"**/venv/**": true | |
}, | |
"python.pythonPath": "${workspaceFolder}/venv/bin/python" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search: /venv/, frontend/static/, /migrations/, media/, models/,adara/**,urls.py,apps.py,models.py,admin.py