From 5b2adfbb506bc08063fce8290026fb32f0e36a67 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Mon, 31 Mar 2025 00:56:22 -0400 Subject: [PATCH] Add symbol-info tool to default tools (#27766) Follow-up to https://github.com/zed-industries/zed/pull/27733 Release Notes: - N/A --- assets/settings/default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/settings/default.json b/assets/settings/default.json index 85c71cacfd78c4a8a54380bf0e768e5eea591df1..ee1b79a32e050008a61862cae074cfaff7f9198c 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -666,6 +666,7 @@ "path-search": true, "read-file": true, "regex-search": true, + "symbol-info": true, "thinking": true } }