mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
fix: disable workspace symbol lookup to prevent LSP performance issues
This commit is contained in:
parent
53d9717d90
commit
a398013ecb
1 changed files with 3 additions and 0 deletions
|
|
@ -1031,9 +1031,12 @@ export namespace Server {
|
|||
}),
|
||||
),
|
||||
async (c) => {
|
||||
/*
|
||||
const query = c.req.valid("query").query
|
||||
const result = await LSP.workspaceSymbol(query)
|
||||
return c.json(result)
|
||||
*/
|
||||
return c.json([])
|
||||
},
|
||||
)
|
||||
.get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue