From 24e5c36b94d31504c016cb448c97a9f23c6a1c7a Mon Sep 17 00:00:00 2001 From: rajbos <6085745+rajbos@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:09:17 +0000 Subject: [PATCH] chore: sync toolNames.json with vscode-copilot-chat This commit automatically updates src/toolNames.json with new tool identifiers from microsoft/vscode-copilot-chat repository. Source: microsoft/vscode-copilot-chat File: src/extension/tools/common/toolNames.ts --- src/toolNames.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/toolNames.json b/src/toolNames.json index aeade7b..c298223 100644 --- a/src/toolNames.json +++ b/src/toolNames.json @@ -77,6 +77,7 @@ ,"file_search": "File Search" ,"get_changed_files": "Get Changed Files" ,"get_doc_info": "Get Doc Info" + ,"get_errors": "Get Errors" ,"get_project_setup_info": "Get Project Setup Info" ,"get_search_view_results": "Get Search View Results" ,"get_task_output": "Get Task Output"