Skip to content

Instantly share code, notes, and snippets.

@omaciel
Created May 5, 2018 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omaciel/7c6a1c06967c1e406502b3f03d62ee85 to your computer and use it in GitHub Desktop.
Save omaciel/7c6a1c06967c1e406502b3f03d62ee85 to your computer and use it in GitHub Desktop.
VS Code User Settings
{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.pythonPath": "/usr/local/bin/python3",
"python.unitTest.unittestEnabled": false,
"python.unitTest.pyTestEnabled": true,
"python.unitTest.nosetestsEnabled": false,
"files.autoSave": "afterDelay",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment