-1
  1. List item the output is shown on terminal rather than output panel

enter image description here

Chris Albert
  • 2,462
  • 8
  • 27
  • 31

1 Answers1

0

It seems like you are looking to the wrong output tab: If you are referring to this extension, when using the run command (either through using the run button, shortcut, or command-palette), it redirects output to output tab "Code".
Run button at top right corner of vscode window

Maybe try switching to this tab.

Code Runner Output


You may also try to set the following setting in your settings.json:

"code-runner.runInTerminal": false,

If this does not work, you might want to consider looking at this post, which seems to be a related question.

Empiire
  • 495
  • 2
  • 11