Skip to content

Commit 1295122

Browse files
committed
Allow findstr
Part of #259668
1 parent dafc6c5 commit 1295122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
9696
head: true,
9797
tail: true,
9898
grep: true,
99+
findstr: true,
99100
wc: true,
100101
sort: true,
101102
uniq: true,

0 commit comments

Comments
 (0)