Skip to content

Instantly share code, notes, and snippets.

@jambonmcyeah
Created October 13, 2018 19:48
Show Gist options
  • Save jambonmcyeah/55eb245f3415ca90a34270cad12d1668 to your computer and use it in GitHub Desktop.
Save jambonmcyeah/55eb245f3415ca90a34270cad12d1668 to your computer and use it in GitHub Desktop.
{
"editor.quickSuggestions": false,
"editor.suggestOnTriggerCharacters": false,
"editor.parameterHints.enabled": false,
"editor.formatOnType": false,
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "off",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment