Guest User

Untitled

a guest
Jul 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "search.exclude": {
  3. "**/node_modules": true,
  4. "**/bower_components": true,
  5. "**/venv/**": true,
  6. "**/.git/**": true,
  7. },
  8. "files.watcherExclude": {
  9. "**/.git/**": true,
  10. "**/venv/**": true
  11. },
  12. "python.pythonPath": "${workspaceFolder}/venv/bin/python"
  13. }
Add Comment
Please, Sign In to add comment