Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[Feature request] Close output window on successful compile #353

Closed
javl opened this issue Apr 29, 2024 · 1 comment
Closed

[Feature request] Close output window on successful compile #353

javl opened this issue Apr 29, 2024 · 1 comment

Comments

@javl
Copy link

javl commented Apr 29, 2024

I've been using this plugin for a while now and it is great. Especially with the show output window on set to warning so the window only appears when something goes wrong, alerting you of the problem.

But I was wondering: would it be possible to implement the opposite? An option that allows you to HIDE the output when compilation succeeds?

Currently when you make a typo the output will appear to tell you something is wrong. You fix the error and then have to manually close the output again with this fiddly little x icon in the corner (unless I'm missing a shortcut).

It would be great if you could fix and save the code, triggering a new compile which, if succeeded, will close the output again.

@glenn2223
Copy link
Owner

So, it is definitely possible. There's a hide method that can be called.

There are a couple of details I want to hash out - to make sure I'm getting the expectations 100% correct - so, for now, I'll change this from an "issue" to a "discussion".


Ref (for me later): https://code.visualstudio.com/api/references/vscode-api#1783

Repository owner locked and limited conversation to collaborators Apr 30, 2024
@glenn2223 glenn2223 converted this issue into discussion #354 Apr 30, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants