mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
wip: symbols endpoint
This commit is contained in:
parent
7893b84614
commit
75279e5ccf
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ export namespace Server {
|
|||
description: "Symbols",
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: resolver(z.unknown().array()),
|
||||
schema: resolver(LSP.Symbol.array()),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue