Skip to content

Instantly share code, notes, and snippets.

@stevemcquaid
Last active February 5, 2018 18:58
Show Gist options
  • Save stevemcquaid/0b63d362751bdd0f3fc27ed19b898a53 to your computer and use it in GitHub Desktop.
Save stevemcquaid/0b63d362751bdd0f3fc27ed19b898a53 to your computer and use it in GitHub Desktop.
{
"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