Created
May 5, 2018 00:39
-
-
Save omaciel/7c6a1c06967c1e406502b3f03d62ee85 to your computer and use it in GitHub Desktop.
Revisions
-
omaciel created this gist
May 5, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ { "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", }