Skip to content

Instantly share code, notes, and snippets.

@selincodes
Last active March 22, 2019 17:51
Show Gist options
  • Save selincodes/73378c8050d4c6834102c4c019ed5b60 to your computer and use it in GitHub Desktop.
Save selincodes/73378c8050d4c6834102c4c019ed5b60 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.colorTheme": "Dracula",
"editor.fontSize": 14,
"editor.tabSize": 4,
"editor.fontFamily": "Roboto Mono",
"editor.minimap.enabled": false,
"editor.tabCompletion": true,
"editor.fontLigatures": true,
"terminal.integrated.lineHeight": 1.4,
"terminal.integrated.fontSize": 14,
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"python.pythonPath": "c:/python37/python.exe",
"window.zoomLevel": 0,
"explorer.confirmDelete": false,
"workbench.statusBar.feedback.visible": false,
"workbench.activityBar.visible": false,
"editor.folding": false,
"editor.smoothScrolling": true,
"editor.glyphMargin": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment