-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Remove URL hashes in catalog #2858
Conversation
The schemas now use an intermediate schema to resolve the hash using a ref. For more info, see: microsoft/vscode-json-languageservice#123 redhat-developer/yaml-language-server#585 redhat-developer/yaml-language-server#637 redhat-developer/yaml-language-server#823
223ba96
to
fcbea3d
Compare
Two rules seem to be conflicting here:
|
I am not aware of any rules that require On a separate note, are you specifying |
The
Now tests fail to resolve a |
This PR is stale because it has been open 60 days with no activity. Comment or this will be closed in 7 days. |
This issue is still relevant. |
This PR is stale because it has been open 60 days with no activity. Comment or this will be closed in 7 days. |
This issue is still relevant. |
This PR is stale because it has been open 60 days with no activity. Comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
This PR is stale because it has been open 60 days with no activity. Comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
The schemas now use an intermediate schema to resolve the hash using a ref.
For more info, see: