Use the raw url so VSCode can parse the reference#31
Use the raw url so VSCode can parse the reference#31zhiyuanliang-ms merged 2 commits intomicrosoft:mainfrom
Conversation
VScode cannot parse the referenced schema because it points to an HTML page. By using the raw url we can get the JSON instead.
|
I tested by creating a json file in vscode with the $schema set to each version: the updated reference url loads fine, while the original gives an error:
|
|
Hey, @b-barthel Thanks for calling this out. Can you also update this the 1.0.0 schema: here |
zhiyuanliang-ms
left a comment
There was a problem hiding this comment.
All schema ref url should be updated.
|
@zhiyuanliang-ms - updated, can you merge, I don't have permissions. |
|
Thank you for the contribution! @b-barthel |
VScode cannot parse the referenced schema because it points to an HTML page. By using the raw url we can get the JSON instead.