-
Notifications
You must be signed in to change notification settings - Fork 445
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
remove info in status bar when response views are closed #52
Comments
@wprater nice suggestion, I will implement it ASAP |
@wprater I didn't find a way to listen the previewed html document close event(not text document close event), so I'd like to postpone this feature |
It seems onDidTextDocumentClose event can be used to listen the preview html page close event, I will try to use this |
@wprater I have fixed it that if all the response preview pages are closed, the status bar will be cleaned up. And I will publish this fix in next release |
@wprater you can try the latest version 0.12.2 to verify it, thanks for your feedback |
If one is to close (all of) the response view, it would be nice to remove the items in the status bar (timing, size, etc.). Just a bit of cleanup.
The text was updated successfully, but these errors were encountered: