mimarec / swagger-doc-viewer

Viewer documentation for a OpenAPI Specification (fka The Swagger Specification)
MIT License
6 stars 5 forks source link

Update swagger-editor to 3.1+ #6

Open jrbasso opened 7 years ago

jrbasso commented 7 years ago

The current version (2.10.5) doesn't work with the new Swagger 3.0 specification. The newest version of the editor supports it and brings more fields that we can use on development.

zoellner commented 5 years ago

I've run into the same issue. Wanted to do a PR first but ended up starting a new extension from scratch. https://github.com/zoellner/openapi-preview https://marketplace.visualstudio.com/items?itemName=zoellner.openapi-preview Main differences:

It's my first VS extension. Feedback and PRs welcome

Thanks mimarec for the inspiration