Last active
March 22, 2019 17:51
-
-
Save selincodes/73378c8050d4c6834102c4c019ed5b60 to your computer and use it in GitHub Desktop.
VS Code 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
{ | |
"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