Reported by @DarkLite1 in #2971:
the end result, the summary in the end, is not always visible. This depends on the height of the terminal. When I set the height of the terminal "window maximized" in VS Code Studio on the integrated Windows PowerShell Extension, we always see the colored summary at the end. If not maximized, it's possible we just see a black space and no summary. While executing, we see many "Remove file .... " messages, that are a bit meaningless at that point.
Two things in one report, and they may be the same thing seen from different sides. The Remove file ... messages are cleanup noise that has no value to the person reading the run, and when there are enough of them they push the summary out of a short terminal. In a maximized window the summary survives, in a small one it does not.
Not reproduced or diagnosed yet, filing so it is not lost. Worth checking whether the cleanup output should be at Diagnostic verbosity rather than printed on a normal run, which would fix both halves at once.
🤖
Reported by @DarkLite1 in #2971:
Two things in one report, and they may be the same thing seen from different sides. The
Remove file ...messages are cleanup noise that has no value to the person reading the run, and when there are enough of them they push the summary out of a short terminal. In a maximized window the summary survives, in a small one it does not.Not reproduced or diagnosed yet, filing so it is not lost. Worth checking whether the cleanup output should be at Diagnostic verbosity rather than printed on a normal run, which would fix both halves at once.
🤖