Skip to content

Instantly share code, notes, and snippets.

@davidsaccavino
Created December 6, 2018 16:04
Show Gist options
  • Save davidsaccavino/2bd0298958ed798f0d2f0098f6e2c952 to your computer and use it in GitHub Desktop.
Save davidsaccavino/2bd0298958ed798f0d2f0098f6e2c952 to your computer and use it in GitHub Desktop.
```{
"telemetry.enableTelemetry": false,
"workbench.colorTheme": "Dracula",
"workbench.startupEditor": "newUntitledFile",
"python.pythonPath": "/usr/bin/python",
"files.autoSave": "afterDelay",
"window.restoreWindows": "all",
"git.enableSmartCommit": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 11,
"editor.fontFamily": "Monaco, Menlo, 'Courier New', monospace",
"editor.formatOnSave": true,
"workbench.settings.editor": "json"
}```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment