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

Unable to load schema from '<filepath>'. No schema request service available(768) #243

Closed
ci010 opened this issue Jun 3, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ci010
Copy link

ci010 commented Jun 3, 2021

When I added a custom block with lang=json in sfc

<config lang="json">
{
  "$schema": "<file path>",
  ... rest of json
}
</config>

and I want to add schema to the json (so I have intellisense), but it gives me
Unable to load schema from '<file path>'. No schema request service available(768).

It seems we do not support json schema service right now. Do we plan to have this?

@johnsoncodehk
Copy link
Member

Yes we will support it.

@johnsoncodehk johnsoncodehk added the enhancement New feature or request label Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants