Skip to content

Commit 95edd19

Browse files
authored
Merge pull request microsoft#259216 from microsoft/tyriar/259212
Require the approve property
2 parents eeeaebd + 63c64a6 commit 95edd19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
7777
],
7878
description: localize('autoApprove.matchCommandLine', "Whether to match against the full command line, as opposed to splitting by sub-commands and inline commands."),
7979
}
80-
}
80+
},
81+
required: ['approve']
8182
},
8283
{
8384
type: 'null',

0 commit comments

Comments
 (0)