Skip to content

Instantly share code, notes, and snippets.

@chenkie
Created January 28, 2020 20:40
Show Gist options
  • Save chenkie/bd2a80d2f24df823c4bcbb18e4f41d4b to your computer and use it in GitHub Desktop.
Save chenkie/bd2a80d2f24df823c4bcbb18e4f41d4b to your computer and use it in GitHub Desktop.
{
"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