Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code cannot read schema file #579

Closed
Morriz opened this issue Nov 13, 2020 · 6 comments · Fixed by #582
Closed

VS Code cannot read schema file #579

Morriz opened this issue Nov 13, 2020 · 6 comments · Fixed by #582
Milestone

Comments

@Morriz
Copy link

Morriz commented Nov 13, 2020

Hi, I have reported this with vscode as I thought it would be a fault in vscode:

microsoft/vscode#110558

But I am also reporting it here as well:

Steps to Reproduce:

  1. install streetsidesoftware.code-spell-checker extension
  2. edit settings.json
  3. observe Problems tab:
Problems loading reference 'https://raw.githubusercontent.com/streetsidesoftware/cspell/cspell%404.0.53/cspell.schema.json#/definitions/DictionaryDefinition': Unable to load schema from 'https://raw.githubusercontent.com/streetsidesoftware/cspell/cspell%404.0.53/cspell.schema.json': Request vscode/content failed unexpectedly without providing any details.

curl'ing that url works fine, and the schema is a valid draft 7 schema, so this seems like an issue with vscode?

@Jason3S
Copy link
Collaborator

Jason3S commented Nov 14, 2020

Thank you. I'm not sure why it is failing. It might be getting blocked by github due to the high volume of requests upon that url.

Jason3S added a commit that referenced this issue Nov 14, 2020
Jason3S added a commit that referenced this issue Nov 14, 2020
* fix: url to cspell json schema

fix: #579

* ci: Add sample dir with missing import file.

* fix: Update cspell and handle config file errors.

* Update cSpell.json
@Jason3S Jason3S reopened this Nov 14, 2020
@Jason3S
Copy link
Collaborator

Jason3S commented Nov 14, 2020

I have updated the URL, but I don't think it will actually fix the VS Code issue.

@Jason3S Jason3S changed the title vscode/content failed unexpectedly VS Code cannot read schema file Nov 16, 2020
@hyrious
Copy link

hyrious commented Aug 2, 2021

It might be getting blocked by github due to the high volume of requests upon that url.

Hi, will this be cured by using some CDN? like:

@Jason3S Jason3S added this to the v2 milestone Aug 2, 2021
@Jason3S
Copy link
Collaborator

Jason3S commented Aug 3, 2021

Note: this is fixed with V2. To try it out, see: Releases .

@Jason3S
Copy link
Collaborator

Jason3S commented Aug 9, 2021

This is fixed in v2.

@Jason3S Jason3S closed this as completed Aug 9, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants