Skip to content

Instantly share code, notes, and snippets.

@ramene
Last active September 11, 2019 20:16
Show Gist options
  • Save ramene/1b9135d6d41c03c379946d1610c71fbb to your computer and use it in GitHub Desktop.
Save ramene/1b9135d6d41c03c379946d1610c71fbb to your computer and use it in GitHub Desktop.
{
"files.exclude": {
"**/._*": true,
"**/*.pyc": {"when": "$(basename).py"},
"**/__pycache__": true
},
"python.analysis.disabled": [
"unresolved-import",
"use-before-def"
],
"python.linting.pylintArgs": ["--load-plugin","pylint_protobuf"],
"python.pythonPath": "/usr/local/bin/python3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment