Last active
November 28, 2017 19:52
-
-
Save knikolla/09220d62dd704984fa90fb6b0e4f5ce1 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
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
{ | |
"files.exclude": { | |
"**/*.pyc": true, | |
".testrepository": true, | |
".tox": true, | |
"*.egg-info": true, | |
"__pycache__": true | |
}, | |
"workbench.iconTheme": "ayu", | |
"workbench.colorTheme": "Ayu Mirage", | |
"python.pythonPath": "/usr/local/opt/python/libexec/bin/python", | |
"python.envFile": "~/.virtualenvs" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment