I recently noticed that my project builds substantially faster with the Panel closed (CTRL+J). It opens automatically on build and I closed it the other day and noticed a huge performance increase. I pretty much use default tsconfig.json configuration. Wondering if anyone else can recreate?<p>Timing with panel open: 19.86s
Timing with panel closed: 4.60s<p>I filed an issue at https://github.com/microsoft/vscode/issues/160118
Wanted to add a little more detail and make the link accessible [0] which also shows the output from --extendedDiagnostics. The Panel is the window where the output from a build is shown [1]. It is displayed automatically on build. It's visibility can be toggled with CTRL+J (I'm on Linux) or from View > Appearance > Panel. When it's hidden the build is x5 faster with no other changes.<p>Wondering if anyone else can confirm faster builds with it hidden?<p>[0] <a href="https://github.com/microsoft/vscode/issues/160118" rel="nofollow">https://github.com/microsoft/vscode/issues/160118</a><p>[1] <a href="https://code.visualstudio.com/docs/editor/tasks" rel="nofollow">https://code.visualstudio.com/docs/editor/tasks</a>