wip: symbols endpoint

This commit is contained in:
Dax Raad 2025-07-08 20:04:55 -04:00
parent 7893b84614
commit 75279e5ccf

View file

@ -558,7 +558,7 @@ export namespace Server {
description: "Symbols",
content: {
"application/json": {
schema: resolver(z.unknown().array()),
schema: resolver(LSP.Symbol.array()),
},
},
},