Last active
February 5, 2018 18:58
-
-
Save stevemcquaid/0b63d362751bdd0f3fc27ed19b898a53 to your computer and use it in GitHub Desktop.
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
{ | |
"editor.selectionClipboard": false, | |
"editor.fontSize": 11, | |
"window.zoomLevel": 1, | |
"editor.wordWrap": "on", | |
// Place your settings in this file to overwrite default and user settings. { | |
// Controls if quick suggestions should show up while typing | |
"editor.quickSuggestions": false, | |
// Controls if suggestions should be accepted with "Enter" - in addition to "Tab". Helps to avoid ambiguity between inserting new lines and accepting suggestions. | |
"editor.acceptSuggestionOnEnter": false, | |
// Controls the delay in ms after which quick suggestions will show up. | |
"editor.quickSuggestionsDelay": 10, | |
// Enable word based suggestions | |
"editor.wordBasedSuggestions": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment