Skip to content

Commit 517370b

Browse files
committed
change snippetsPreventQuickSuggestions default to false
1 parent 2d79705 commit 517370b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4299,7 +4299,7 @@ class EditorSuggest extends BaseEditorOption<EditorOption.suggest, ISuggestOptio
42994299
const defaults: InternalSuggestOptions = {
43004300
insertMode: 'insert',
43014301
filterGraceful: true,
4302-
snippetsPreventQuickSuggestions: true,
4302+
snippetsPreventQuickSuggestions: false,
43034303
localityBonus: false,
43044304
shareSuggestSelections: false,
43054305
selectionMode: 'always',

0 commit comments

Comments
 (0)