44146 automatically show problems panel#71387
Conversation
|
|
There was a problem hiding this comment.
Thanks for the PR! There is a case that doesn't appear to be handled correctly though:
"presentation": {
"reveal": "always",
"revealProblem": "onProblem"
},
As discussed here this should cause the terminal to show, then the probelm panel to show if a problem occurs.
|
I'll look into it |
|
@alexr00 I have just confirmed correct behaviour for It works with both Edit: To clarify, the behaviour is as follows: Start of task opens the 'terminal' panel (non-sticky). End of scan (end of task for |
|
Thanks for checking that scenario. I was hitting a different issue! |
Issue 44146:
This branch adds the option
revealProblem, which controls whether a task should show the problems panel. Oriented onreveal, it offersalways,neverandonProblem.The
reveal: silentoption already triggers the showing of the terminal when problems of MarkerSeverityErrorare encountered. (seeterminalTaskSystem.ts) The hints have been updated to reflect this.