-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
  • 103
  • 1
  • 5

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
  • 7,195
  • 1
  • 13
  • 22