How do you get VSC to use the whole terminal when displaying output? I've got a problem with displaying tables, but sections keep getting cut out to fit only half of the terminal.
You could use "console": "externalTerminal", in the setting file "launch.json", and then click F5 to debug the code. The result will be displayed in a separate terminal:
"console": "externalTerminal",
F5
Reference: Console in VS Code.
1.4m articles
1.4m replys
5 comments
57.0k users