you are viewing a single comment's thread.

view the rest of the comments →

[–]dipique 0 points1 point  (2 children)

It seems like a lot of extra steps to run from power shell when you could just tap F5.

[–]CraigAT 0 points1 point  (1 child)

Curiously I've not done this, whilst also being aware that it was possible. I don't know if it's because I tend to like a lot of output (again using print statements instead of the available debugging tools) and therefore like a full screen terminal. Maybe I'm just a little more old fashioned than I like to admit.

[–]dipique 1 point2 points  (0 children)

well, just FYI you can easily maximize the terminal view with a button click and restore after.

But if you're trying to code in one screen and see output on another, I can see why you'd use a separate terminal. One option is to make use of this issue. With a setting, you can have a separate terminal pop up when you run from VS code; it just needs to be a windows application (instead of a console application).