vscode-phpunit
vscode-phpunit copied to clipboard
Suggestion: Make an option to not to force the output window open on test run
When terminal is not in the same place as the output window (e.g. on the right), it is really annoying to have the output window popping up from the bottom and the terminal from the right. I really don't care about the output window as it only shows the command.
It makes sense to have an option that disables that behaviour:
this.channel.show(true);