migrate LSP data schemas to Effect Schema (#23745)
This commit is contained in:
@@ -90,7 +90,7 @@ export const FileRoutes = lazy(() =>
|
||||
description: "Symbols",
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: resolver(LSP.Symbol.array()),
|
||||
schema: resolver(LSP.Symbol.zod.array()),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user