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",
|
description: "Symbols",
|
||||||
content: {
|
content: {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
schema: resolver(z.unknown().array()),
|
schema: resolver(LSP.Symbol.array()),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue