You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4341,7 +4334,7 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
4341
4334
allowCodeShifting: 'always',
4342
4335
},
4343
4336
experimental: {
4344
-
suppressInlineSuggestions: [],
4337
+
suppressInlineSuggestions: '',
4345
4338
},
4346
4339
};
4347
4340
@@ -4375,10 +4368,10 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
4375
4368
description: nls.localize('inlineSuggest.suppressSuggestions',"Controls how inline suggestions interact with the suggest widget. If enabled, the suggest widget is not shown automatically when inline suggestions are available.")
0 commit comments