Change default autocomplete delay from 700ms to 1200ms

This commit is contained in:
Gregory Schier
2019-05-08 16:13:42 -04:00
parent 2640b4ba48
commit 0705efa55e

View File

@@ -79,7 +79,7 @@ export function init(): BaseSettings {
updateAutomatically: true,
disableUpdateNotification: false,
environmentHighlightColorStyle: 'sidebar-indicator',
autocompleteDelay: 700,
autocompleteDelay: 1200,
fontMonospace: null,
fontInterface: null,
fontSize: 13,