wip: symbols endpoint

This commit is contained in:
Dax Raad
2025-07-08 20:04:55 -04:00
parent d5158cdf14
commit 850655e8d4
+1 -1
View File
@@ -558,7 +558,7 @@ export namespace Server {
description: "Symbols",
content: {
"application/json": {
schema: resolver(z.unknown().array()),
schema: resolver(LSP.Symbol.array()),
},
},
},