Created
May 5, 2018 00:39
-
-
Save omaciel/7c6a1c06967c1e406502b3f03d62ee85 to your computer and use it in GitHub Desktop.
VS Code User Settings
This file contains hidden or 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
{ | |
"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