Skip to content

Commit 63c64a6

Browse files
committed
Require the approve property
Fixes microsoft#259212
1 parent 30e423a commit 63c64a6

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)