-
Notifications
You must be signed in to change notification settings - Fork 223
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
Relative paths for schemas not working anymore #92
Comments
I'm unsure what would have broke but I'll look into it. |
+1 |
maybe it was not a change on the extensions, which broke it, but an update from vscode? |
Hi @JPinkney , any updates? 😄 |
Should be in the next release on July 9th. |
This issue is still present using the latest VSCode version. |
That's because it hasn't been released yet. There has been issues with the release process that we are still trying to figure out. |
any updates? |
Just released. It should be fixed. Apparently the language client dependency switched from relative paths to absolute paths so I just had to lower that and it should be back to normal. |
I can confirm that it's working now, thanks 😄 |
Added the formatter from prettier
Hi,
I have a JSON schema file in my project that I want to apply to several YAML files.
This is my
.vscode/settings.json
:where
./my.schema.json
is the relative path to my JSON schema file.This configuration was working as intended until yesterday. Now it only works if I specify an absolute path for the JSON schema file.
Any ideas?
Thanks 😄
The text was updated successfully, but these errors were encountered: