Skip to content

Instantly share code, notes, and snippets.

@knikolla
Last active November 28, 2017 19:52
Show Gist options
  • Save knikolla/09220d62dd704984fa90fb6b0e4f5ce1 to your computer and use it in GitHub Desktop.
Save knikolla/09220d62dd704984fa90fb6b0e4f5ce1 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"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