diff --git a/src/vs/workbench/contrib/inlineChat/common/inlineChat.ts b/src/vs/workbench/contrib/inlineChat/common/inlineChat.ts index 62726dedfcc..e8866c447f3 100644 --- a/src/vs/workbench/contrib/inlineChat/common/inlineChat.ts +++ b/src/vs/workbench/contrib/inlineChat/common/inlineChat.ts @@ -65,6 +65,9 @@ Registry.as(Extensions.Configuration).registerConfigurat localize('affordance.gutter', "Show an affordance in the gutter."), localize('affordance.editor', "Show an affordance in the editor at the cursor position."), ], + experiment: { + mode: 'auto' + }, tags: ['experimental'] }, [InlineChatConfigKeys.RenderMode]: { @@ -76,6 +79,9 @@ Registry.as(Extensions.Configuration).registerConfigurat localize('renderMode.zone', "Render inline chat as a zone widget below the current line."), localize('renderMode.hover', "Render inline chat as a hover overlay."), ], + experiment: { + mode: 'auto' + }, tags: ['experimental'] } }