Skip to content

Commit 39587fe

Browse files
committed
Always show insert-highlight, microsoft#89413
1 parent 27d4326 commit 39587fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@ class EditorSuggest extends BaseEditorOption<EditorOption.suggest, InternalSugge
26662666
constructor() {
26672667
const defaults: InternalSuggestOptions = {
26682668
insertMode: 'insert',
2669-
insertHighlight: false,
2669+
insertHighlight: true,
26702670
filterGraceful: true,
26712671
snippetsPreventQuickSuggestions: true,
26722672
localityBonus: false,

0 commit comments

Comments
 (0)