Skip to content

Instantly share code, notes, and snippets.

@joekrump
Last active June 12, 2018 23:03
Show Gist options
  • Save joekrump/c9fd68f1fd973ce892966d39ae14b565 to your computer and use it in GitHub Desktop.
Save joekrump/c9fd68f1fd973ce892966d39ae14b565 to your computer and use it in GitHub Desktop.

My VS Code extensions

code --install-extension NuclleaR.vscode-extension-auto-import
code --install-extension dbaeumer.vscode-eslint
code --install-extension dzannotti.vscode-babel-coloring
code --install-extension eg2.tslint
code --install-extension passionkind.prettier-vscode-with-tabs
{
"window.zoomLevel": 2,
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"ruby.intellisense": "rubyLocate",
"editor.wordWrap": "on",
"editor.multiCursorModifier": "ctrlCmd",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment