Skip to content

Instantly share code, notes, and snippets.

@perfecto25
Last active October 1, 2018 03:02
Show Gist options
  • Save perfecto25/1b204f9106e45be783f1bf1ec8c302df to your computer and use it in GitHub Desktop.
Save perfecto25/1b204f9106e45be783f1bf1ec8c302df to your computer and use it in GitHub Desktop.
VSCode settings
{
"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"
}
@perfecto25
Copy link
Author

perfecto25 commented Nov 23, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment