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
169 stars 47 forks source link

Hot Reload on changes in locally referenced YAML files not working #117

Open nouser2013 opened 1 year ago

nouser2013 commented 1 year ago

That should be self-explanatory. If I open a OpenAPI 3.0 schema (YAML) that references files in a sub folder, changes to the references do not trigger a hot reload. I either have to close the tab and reopen, or have to save the main file (the one I opened the preview on) again with a dummy change.