- List item the output is shown on terminal rather than output panel
Asked
Active
Viewed 110 times
1 Answers
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".
Maybe try switching to this tab.
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