-
Notifications
You must be signed in to change notification settings - Fork 0
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
OpenAPI Import file refresh #101
Comments
Thanks for reporting this issue. The problem occurs because the parser reads the file from disk, and changes made in the editor are not saved immediately. I will fix this in the next version by ensuring changes are saved before importing the OpenAPI file. For now, you can manually save the file (Ctrl + S) to reflect the changes after a refresh. |
Thanks for the quick response. But I don't think that's the problem. The Open API file in question is generated, so the changes are saved to disk. Is it possible that the plugin is using the IDE's file change detection? Maybe the IDE is not detecting the changes? |
Thanks for the feedback. |
Understandable. Thank you.
No, I hadn't tried it before, but I gave it a try and it worked as I had expected. I'm not sure how I had overlooked the button previously ... |
Describe the bug
In order for changes made in selected OpenAPI files to take effect, it is necessary to restart the IDE.
Steps to reproduce
Expected behavior
The modifications made to the OpenAPI file should be reflected in the newly created drafts.
Environment information:
The text was updated successfully, but these errors were encountered: