Skip to content

Instantly share code, notes, and snippets.

@juanhuttemann
Last active June 8, 2018 12:19
Show Gist options
  • Save juanhuttemann/0584a550a444a592ad3fcb74501ef8bf to your computer and use it in GitHub Desktop.
Save juanhuttemann/0584a550a444a592ad3fcb74501ef8bf to your computer and use it in GitHub Desktop.
VSCode Custom Config
{
"workbench.colorTheme": "One Dark Pro",
"editor.fontSize": 16,
"editor.fontFamily": "'Source Code Pro', Consolas, 'Courier New', monospace",
"workbench.statusBar.visible": true,
"explorer.openEditors.visible": 0,
"workbench.iconTheme": "eq-material-theme-icons",
"window.menuBarVisibility": "toggle",
"editor.renderControlCharacters": true,
"workbench.activityBar.visible": true,
"workbench.sideBar.location": "left",
"emmet.includeLanguages": {
"erb": "html"
},
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.startupEditor": "newUntitledFile",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"files.autoSave": "onFocusChange",
"glassit.alpha": 240,
"files.associations": {
"*.html.erb": "html",
"*.js.erb": "js",
}
}
code --install-extension atipugin.rails-partial
code --install-extension christian-kohler.npm-intellisense
code --install-extension CoenraadS.bracket-pair-colorizer
code --install-extension Compulim.compulim-vscode-closetag
code --install-extension CraigMaslowski.erb
code --install-extension eamodio.gitlens
code --install-extension Equinusocio.vsc-material-theme
code --install-extension formulahendry.auto-close-tag
code --install-extension groksrc.ruby
code --install-extension gsppvo.vscode-commandbar
code --install-extension HookyQR.beautify
code --install-extension hoovercj.ruby-linter
code --install-extension Hridoy.rails-snippets
code --install-extension idleberg.hopscotch
code --install-extension marlosirapuan.vscode-theme-railscasts-plus
code --install-extension mbessey.vscode-rufo
code --install-extension misogi.ruby-rubocop
code --install-extension MS-CEINTL.vscode-language-pack-es
code --install-extension ms-vscode.atom-keybindings
code --install-extension oderwat.indent-rainbow
code --install-extension PeterJausovec.vscode-docker
code --install-extension PKief.material-icon-theme
code --install-extension qinjia.seti-icons
code --install-extension rebornix.Ruby
code --install-extension SmukkeKim.theme-setimonokai
code --install-extension thekalinga.bootstrap4-vscode
code --install-extension vincaslt.highlight-matching-tag
code --install-extension vortizhe.simple-ruby-erb
code --install-extension wcwhitehead.bootstrap-3-snippets
code --install-extension zhuangtongfa.Material-theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment