Skip to content

Commit b50d5f4

Browse files
authored
enable experimentation for inlineChat.mode (microsoft#202750)
1 parent 373ed50 commit b50d5f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/contrib/inlineChat/common/inlineChat.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
217217
localize('mode.livePreview', "Changes are applied directly to the document and are highlighted visually via inline or side-by-side diffs. Ending a session will keep the changes."),
218218
localize('mode.preview', "Changes are previewed only and need to be accepted via the apply button. Ending a session will discard the changes."),
219219
localize('mode.live', "Changes are applied directly to the document, can be highlighted via inline diffs, and accepted/discarded by hunks. Ending a session will keep the changes."),
220-
]
220+
],
221+
tags: ['experimental']
221222
},
222223
[InlineChatConfigKeys.FinishOnType]: {
223224
description: localize('finishOnType', "Whether to finish an inline chat session when typing outside of changed regions."),

0 commit comments

Comments
 (0)