Skip to content

Commit f3e8ae2

Browse files
authored
Changes default value of suppressSuggestions back to true. (microsoft#178401)
1 parent 5e7a8d9 commit f3e8ae2

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
@@ -3823,7 +3823,7 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
38233823
enabled: true,
38243824
mode: 'subwordSmart',
38253825
showToolbar: 'onHover',
3826-
suppressSuggestions: false,
3826+
suppressSuggestions: true,
38273827
};
38283828

38293829
super(

0 commit comments

Comments
 (0)