We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When you open a 3DScenesConfiguration.json File in VSCode you will see the $schema value underlined in yellow.
To Reproduce Steps to reproduce the behavior:
Expected behavior The value of the schema should be the raw schema file as below
https://raw.githubusercontent.com/microsoft/iot-cardboard-js/main/schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
and not
https://github.com/microsoft/iot-cardboard-js/tree/main/schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
Screenshots
Additional context I would fix this myself but can't seem to find where this gets generated.
The text was updated successfully, but these errors were encountered:
Fix #627
ce1fd17
msnyder-msft
No branches or pull requests
Describe the bug
When you open a 3DScenesConfiguration.json File in VSCode you will see the $schema value underlined in yellow.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The value of the schema should be the raw schema file as below
https://raw.githubusercontent.com/microsoft/iot-cardboard-js/main/schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
and not
https://github.com/microsoft/iot-cardboard-js/tree/main/schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json
Screenshots
Additional context
I would fix this myself but can't seem to find where this gets generated.
The text was updated successfully, but these errors were encountered: