Skip to content
New issue

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

Update swagger-editor to 3.1+ #6

Open
jrbasso opened this issue Aug 25, 2017 · 1 comment
Open

Update swagger-editor to 3.1+ #6

jrbasso opened this issue Aug 25, 2017 · 1 comment

Comments

@jrbasso
Copy link

jrbasso commented Aug 25, 2017

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
Copy link

zoellner commented Dec 7, 2018

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:

  • Uses built in webview panel instead of external browser (no need to run a node process on a hard coded port)
  • Supports OpenAPI@3
  • has swagger-ui as dependency instead of code added to repo which should make for a much easier update process

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

Thanks mimarec for the inspiration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants