Last active
February 5, 2018 18:58
-
-
Save stevemcquaid/0b63d362751bdd0f3fc27ed19b898a53 to your computer and use it in GitHub Desktop.
Revisions
-
stevemcquaid revised this gist
Feb 5, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ { "editor.selectionClipboard": false, "editor.fontSize": 11, "window.zoomLevel": 1, "editor.wordWrap": "on", -
stevemcquaid created this gist
Feb 5, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ // Place your settings in this file to overwrite the default settings { "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 }