I am expecting it to clear the output before running the command but what is happening now is that it clears immediately after running. Which means I can't read the output of what was just executed.
If this is not the intended behaviour, how can I make it work like above, so I can read the output?
Hi @VovanNet / @spostolsky,
What is the expected behaviour of autoClearConsole?
I am using it to trigger running tests when a file has changed.
settings.json
I am expecting it to clear the output before running the command but what is happening now is that it clears immediately after running. Which means I can't read the output of what was just executed.
If this is not the intended behaviour, how can I make it work like above, so I can read the output?