-1

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.

enter image description here

Hellfire
  • 95
  • 1
  • 6

1 Answers1

0

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:

enter image description here

Reference: Console in VS Code.

Jill Cheng
  • 9,179
  • 1
  • 20
  • 25