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
@@ -4305,6 +4322,9 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
4305
4322
allowCodeShifting: 'always',
4306
4323
useMultiLineGhostText: true
4307
4324
},
4325
+
experimental: {
4326
+
suppressInlineSuggestions: [],
4327
+
},
4308
4328
};
4309
4329
4310
4330
super(
@@ -4336,6 +4356,12 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
4336
4356
default: defaults.suppressSuggestions,
4337
4357
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