From ace109b0df6e201443b156083f4449e6d5a06c3a Mon Sep 17 00:00:00 2001 From: Mathew Pareles Date: Mon, 28 Apr 2025 02:49:48 -0700 Subject: [PATCH] grammar --- .../contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx index d975034c..59cbb4e7 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx @@ -1857,7 +1857,7 @@ const toolNameToComponent: { [T in ToolName]: { resultWrapper: ResultWrapper, if (rel) info.push(`Only searches in ${rel}`) } if (params.isRegex) { - info.push(`Uses regex search`) + info.push(`Uses regex in search`) } componentParams.info = info.join('; ') }