Replies: 2 comments 4 replies
-
So, it is definitely possible. There's a 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 |
Beta Was this translation helpful? Give feedback.
-
So my initial thoughts/questions IntegrationI can't think of a way this can be integrated into the current solution. If you can, let me know. Because of this, a new setting must be introduced.
Tieing it inI just wanted to write out how I think the new functionality will work with the output window solution It should work 2-fold (depending on how
Feel free to "reply" directly to this comment. If you have your own questions/concerns, please open a new comment I can reply to. Thanks |
Beta Was this translation helpful? Give feedback.
-
I've been using this plugin for a while now and it is great. Especially with the
show output window on
set towarning
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.
Beta Was this translation helpful? Give feedback.
All reactions