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
I am not able to ctrl+click on a JSON Reference in a YAML flow-style mapping node, e.g.,
schema: type: array items: { $ref: '#/components/schemas/User' }
If I change to a normal indented mapping
schema: type: array items: $ref: '#/components/schemas/User'
then the ctrl+click go-to-definition works.
I am using VS Code version 1.36.1 on macOS.
Thanks for the nice extension.
The text was updated successfully, but these errors were encountered:
Thanks for reporting it! We expect to release a fix tomorrow.
Sorry, something went wrong.
That would be great, thanks!
Fixed in 1.8.8
No branches or pull requests
I am not able to ctrl+click on a JSON Reference in a YAML flow-style mapping node, e.g.,
If I change to a normal indented mapping
then the ctrl+click go-to-definition works.
I am using VS Code version 1.36.1 on macOS.
Thanks for the nice extension.
The text was updated successfully, but these errors were encountered: