Patch Changes
-
#4328
d6b71ceThanks @vishwakt! - Movedebounce-promisefromdevDependenciestodependencies. It is imported at runtime inMessageProcessor.ts, so it must be a regular dependency. Previously the package only resolved it via hoisting, which fails under strict installs (e.g.pnpmv11), causinggraphql-lspto crash withCannot find module 'debounce-promise'. -
#4331
e1077b9Thanks @vishwakt! - ImportLoggerfromvscode-jsonrpcinstead ofvscode-languageserver.Loggeris defined invscode-jsonrpc(a direct dependency) and only reachedvscode-languageserverthrough a transitive re-export, whichtsgofailed to resolve on CI (Module '"vscode-languageserver"' has no exported member 'Logger'). Importing from the package that owns the type avoids relying on that fragile re-export chain. -
Updated dependencies [
a526a10]:- graphql-language-service@5.5.2