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
Last active
June 12, 2018 23:03
-
-
Save joekrump/c9fd68f1fd973ce892966d39ae14b565 to your computer and use it in GitHub Desktop.
This file contains 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": 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