I have a very long 'print' of Aruba commands output that I created using Python in Visual Studio Code.
Is there a way to increase the output size in the Terminal so that more of the output commands can be seen?
I have a very long 'print' of Aruba commands output that I created using Python in Visual Studio Code.
Is there a way to increase the output size in the Terminal so that more of the output commands can be seen?
You can modify this in the settings.json file:
"terminal.integrated.scrollback":1000;
The default value of it was 1000.