+2
Is it possible to stop build system from showing output?
Is it possible to stop a build system from showing output if there weren't any error's raised or output produced?
0
kutu 13 years ago
i think its not possible, because output cant understand when there error and when not
my solution is keep open output always, or close it every time by pressing escape
0
johtso 13 years ago
It would be a nice feature to be able to specify that a build system shouldn't open an output panel.
+1
Dan Rogers 13 years ago
I wrote a fix which forces the build system to bypass the console window, when `quiet` is passed to your command.
Code can be found here:
https://gist.github.com/1482435#L122
With instructions here:
https://gist.github.com/1482435#comments
Customer support service by UserEcho