fix: pass workspace symbol query to experimental LSP tool (#24576)

This commit is contained in:
Luke Parker
2026-04-27 15:39:36 +10:00
committed by GitHub
parent c8b2f987f9
commit 8718b98ee1
4 changed files with 40 additions and 4 deletions

View File

@@ -209,6 +209,10 @@ exports[`tool parameters JSON Schema (wire shape) lsp 1`] = `
],
"type": "string",
},
"query": {
"description": "Search query for workspaceSymbol. Empty string requests all symbols.",
"type": "string",
},
},
"required": [
"operation",