You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other applications like swagger-cli correctly use the relative path reference in my YAML file, but swagger-viewer does not (which renders swagger viewer problematic)
This is on a Mac, in case that is significant.
I note that internally your extension uses the open source swagger-parser, and when I use that (or swagger-cli, which uses it), then there is no problem with the reference handling.
The text was updated successfully, but these errors were encountered:
I have the following reference in my YAML file
But the swagger viewer thinks that this is an improper path, and it is looking for the referenced file here
It should be looking in
Other applications like swagger-cli correctly use the relative path reference in my YAML file, but swagger-viewer does not (which renders swagger viewer problematic)
This is on a Mac, in case that is significant.
I note that internally your extension uses the open source swagger-parser, and when I use that (or swagger-cli, which uses it), then there is no problem with the reference handling.
The text was updated successfully, but these errors were encountered: