Platformio IDE atom - is there a way to display console as tab instead as notification

I wonder if when we launch the console, build or upload the output can be displayed on an individual tab.

Has anyone used or think on that feature. Or does it exist?

E.

Currently, we don’t have a functionality to run build process in the separate tab. However, there a few hints:

  1. Redirecting...
  2. Open PlatformIO Terminal and run build process manually using PlatformIO CLI. For example, pio run (build) or pio run -t upload (upload).