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 d7909af075
commit f760771213
4 changed files with 40 additions and 4 deletions
@@ -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",