Changelog

denoland/deno · · 1 commit

Deno fixes schema IDs for VS Code validation

JSON schemas now point to maintained raw GitHub URLs, preventing stale $ref resolution and validation failures in editor tooling.

Schema IDs now use the maintained GitHub raw endpoint (crowlKatsc8af01d)

The JSON schemas under cli/schemas/ were still advertising stale deno.land/x/deno $id URLs even though they’re maintained and consumed from raw.githubusercontent.com. This update rewires those IDs so cross-file $ref resolution works against the trusted source, avoiding editor validation failures for config, lint, registry, permission, and module graph schemas.

Other misc changes

  • None.