Last active
October 1, 2018 03:02
-
-
Save perfecto25/1b204f9106e45be783f1bf1ec8c302df to your computer and use it in GitHub Desktop.
VSCode 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
| { | |
| "window.zoomLevel": 1, | |
| "workbench.colorTheme": "One Dark Pro", | |
| "http.proxy": "http://xxxx.local:8080", | |
| "http.proxyStrictSSL": false, | |
| "window.menuBarVisibility": "default", | |
| "editor.fontSize": 19, | |
| "editor.fontFamily": "'Inconsolata', 'Droid Sans Mono', 'Courier', 'Droid Sans Fallback'", | |
| "terminal.integrated.fontFamily": "Inconsolata", | |
| "terminal.integrated.fontSize": 15, | |
| "terminal.integrated.cursorBlinking": true, | |
| "editor.renderIndentGuides": true, | |
| "files.autoSave": "afterDelay", | |
| "editor.tabSize": 4, | |
| "editor.insertSpaces": true, | |
| "editor.detectIndentation": true, | |
| "workbench.welcome.enabled": false, | |
| "editor.minimap.enabled": false, | |
| "editor.renderWhitespace": "all", | |
| "workbench.colorCustomizations": { | |
| "terminal.foreground" : "#d1d1d1", | |
| "terminal.background": "#2b3a4b" | |
| }, | |
| "[ruby]": { | |
| }, | |
| "workbench.panel.location": "bottom", | |
| "extensions.ignoreRecommendations": true, | |
| "workbench.iconTheme": "vscode-great-icons", | |
| "editor.wordWrap": "on" | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
akamud.vscode-theme-onedark
alexanderbast.vscode-snazzy
azemoh.one-monokai
azemoh.theme-onedark
batisteo.vscode-django
donjayamanne.jupyter
donjayamanne.python-extension-pack
emmanuelbeziat.vscode-great-icons
gerane.Theme-FlatlandMonokai
gerane.Theme-Monokai-Soft-MD
JohnyGeorges.jetjet-theme
jolaleye.horizon-theme-vscode
Jundat95.spiderman
kuscamara.electron
magicstack.MagicPython
maximetinu.identical-sublime-monokai-csharp-theme-colorizer
monokai.theme-monokai-pro-vscode
ms-python.python
pawelgrzybek.gatito-theme
PKief.material-icon-theme
robertohuertasm.vscode-icons
SmukkeKim.theme-setimonokai
VisualStudioExptTeam.vscodeintellicode
wholroyd.jinja