Skip to content

Instantly share code, notes, and snippets.

@omaciel
Created May 5, 2018 00:39
Show Gist options
  • Select an option

  • Save omaciel/7c6a1c06967c1e406502b3f03d62ee85 to your computer and use it in GitHub Desktop.

Select an option

Save omaciel/7c6a1c06967c1e406502b3f03d62ee85 to your computer and use it in GitHub Desktop.

Revisions

  1. omaciel created this gist May 5, 2018.
    12 changes: 12 additions & 0 deletions vscode.json
    Original 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",
    }