VSC Terminal - GNU Screen number of lines in the history

38 Views Asked by At

I use VSC and "screens" in the Terminal to watch the processes on the server (Node) (https://www.gnu.org/software/screen/manual/screen.html) Earlier I was able to see many rows in the Terminal, also I was able to search in the console.log() history. Beacause of an update on the server, the Screen in the Terminal shows only a few rows now (the number of rows that fit on the terminal height only) and the search doesn't work for the whole history. I set the option "terminal.integrated.scrollback" to 10000, but this doesn't help, because the number of rows depends from the Screen settings. Can you help me understand what setting should be changed on the server to get many rows of the history in the Screen-> terminal? (Tried: defscrollback 10000 in the ~/screenrc - doesn't help!). Thanks.

0

There are 0 best solutions below