How to display all output lines of the build process?

Using the latest version of nRF Connect for VS Code, how can I display all output lines of the build process rather than the “condensed” line overwriting version.  This used to be possible through preferences/settings, but I can’t find those parameters now.

Thank you,

Ken

Parents Reply
  • Hey Priyanka,

    The CMakeLists.txt line you suggested worked although I also needed to modify setting Terminal>Integrated:Scrollback to 4000 from 1000 to see my entire build process.  I think this used to be easier to set with settings nrf-connect.build terminal.condensed progress (or something like that).  This was so you wouldn't see build steps "[i/200]..." being overwritten with "[i+1/200]..." and so forth, in the terminal window.

    Thank you for your help.

    Ken

Children
Related