Skip to content

Commit 1853587

Browse files
authored
rm experimental from setting key (microsoft#266423)
1 parent 594d7f0 commit 1853587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const enum TerminalChatAgentToolsSettingId {
1313
EnableAutoApprove = 'chat.tools.terminal.enableAutoApprove',
1414
AutoApprove = 'chat.tools.terminal.autoApprove',
1515
ShellIntegrationTimeout = 'chat.tools.terminal.shellIntegrationTimeout',
16-
AutoReplyToPrompts = 'chat.tools.terminal.experimental.autoReplyToPrompts',
16+
AutoReplyToPrompts = 'chat.tools.terminal.autoReplyToPrompts',
1717

1818
DeprecatedAutoApproveCompatible = 'chat.agent.terminal.autoApprove',
1919
DeprecatedAutoApprove1 = 'chat.agent.terminal.allowList',

0 commit comments

Comments
 (0)