Last active
March 16, 2022 18:23
-
-
Save misebox/c0a2b60dbdae28da6755e5bd0b390ab9 to your computer and use it in GitHub Desktop.
Revisions
-
misebox revised this gist
May 27, 2020 . 1 changed file with 1 addition and 0 deletions.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,6 +1,7 @@ { // Instead of turning this off, use the key binding [CTRL+k Enter] to change an editor in preview mode into edit mode. "workbench.editor.enablePreview": true, // Useful suggestion "editor.quickSuggestions": true, "editor.suggest.statusBar.visible": true, -
misebox created this gist
May 27, 2020 .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,16 @@ { // Instead of turning this off, use the key binding [CTRL+k Enter] to change an editor in preview mode into edit mode. "workbench.editor.enablePreview": true, // Useful suggestion "editor.quickSuggestions": true, "editor.suggest.statusBar.visible": true, "editor.suggest.localityBonus": true, "editor.suggest.showKeywords": true, // Prevent annoying features "editor.wordBasedSuggestions": false, "editor.suggest.showSnippets": false, "editor.quickSuggestionsDelay": 1000, // ms "editor.suggestOnTriggerCharacters": false, "editor.acceptSuggestionOnEnter": "off", }