Skip to content

json-schema.org/schema 404 #195189

Closed
microsoft/vscode-json-languageservice
#211

Description

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.83.0
  • OS Version: MacOS Ventura 13.6

I've been getting a 404 not found error code from https://json-schema.org/schema in VS Code and in multiple different browsers, and on different networks. Additionally, VS code no longer provides intellisense when I use that schema URL.

Steps to Reproduce:

  1. Create <file>.json (for example, schema.json)
  2. Insert this code:
    {
        "$schema": "https://json-schema.org/schema"
    }
  3. Notice this error, and intellisense is not working:
    example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugjsonJSON support issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions