Created
March 24, 2017 03:53
-
-
Save trevren11/34f38d69caaa12fa0f7e190c6f3f8748 to your computer and use it in GitHub Desktop.
Settings for Visual Studio Code
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.acceptSuggestionOnEnter": false, | |
"typescript.check.tscVersion": false, | |
"files.autoSave": "afterDelay", | |
"editor.minimap.enabled" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment