Patch Changes
-
#4332
61d138fThanks @vishwakt! - Fix image previews in the response viewer fetching from the wrong host. Monaco splits the hovered word on:, so a full URL likehttps://example.com/img.pngreaches the preview as the protocol-relative//example.com/img.png. The preview stripped the leading character, turning that into the host-relative/example.com/img.pngand fetching it from the current origin. The original host is now preserved. -
Updated dependencies [
a526a10]:- graphql-language-service@5.5.2