arjun-g / vs-swagger-viewer

Swagger Viewer lets you preview and validate Swagger 2.0 and OpenAPI files as you type in Visual Studio Code.
MIT License
170 stars 47 forks source link

Don't collapse UI on every change #34

Closed ethanroday closed 6 years ago

ethanroday commented 6 years ago

When I'm working on the definition for a particular request, I usually like to keep it expanded in the UI. Would be nice if the extension didn't collapse all requests on every change (the Swagger Editor does this nicely).

arjun-g commented 6 years ago

Should be fixed in the latest version. Please check.

ethanroday commented 6 years ago

Confirmed! Thanks.