Created
January 28, 2020 20:40
-
-
Save chenkie/bd2a80d2f24df823c4bcbb18e4f41d4b 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
{ | |
"editor.acceptSuggestionOnEnter": "off", | |
"editor.hover.enabled": false, | |
"editor.quickSuggestions": false, | |
"editor.quickSuggestionsDelay": 10, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestOnTriggerCharacters": false, | |
"editor.wordBasedSuggestions": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment