Don't close terminal after build

Just another newbie question
When I click on build, I want to see build results (especially RAM/Flash used) but just after build, the terminal window is closed automatically even if I unchecked “close terminal on exit” of platformio-terminal-ide.
I’m on windows10

I’m not sure about the terminal closing, but I’m fairly certain to see the RAM/Flash you run with verbose enabled:

$pio run -v

You need PlatformIO IDE for VSCode (not Atom). See A professional collaborative platform for embedded development · PlatformIO