Skip to content

Instantly share code, notes, and snippets.

@sebbarg
Created September 1, 2018 17:27
Show Gist options
  • Save sebbarg/9125fde797ebfcfec219ffc9e428ed7b to your computer and use it in GitHub Desktop.
Save sebbarg/9125fde797ebfcfec219ffc9e428ed7b to your computer and use it in GitHub Desktop.
vscode/osx python settings
{
"python.pythonPath": "/usr/local/bin/python3",
"python.linting.pylintArgs": [
"--errors-only",
"--extension-pkg-whitelist=pygame"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment