0

On window 10 with vscode -v 1.51.1 terminal with cmd.

After writing the command and hitting the enter key... a new window is open and close... so, if I'm trying to check --version the window is already close and i can't see results.. or if i having an error - i cant see it if the window is close... so for now: i use print screen..

how can i get the process output run on the same window... on the VSCode terminal?

enter image description here

user769371
  • 295
  • 3
  • 10

2 Answers2

0

If am understanding your question you can try

code -v
spry
  • 55
  • 1
  • 5
-2

OMG

Turn off ConPTY integration in the

File->Preferences->Settings->conPTY->Uncheck it

Integrated terminal in visual studio code is opening externally and not internally

user769371
  • 295
  • 3
  • 10
  • You do not need to write "OMG", just posting your answer is enough. To improve your answers, please read the [tour](https://stackoverflow.com/tour), and [How do I write a good answer?](https://stackoverflow.com/help/how-to-answer). – ChristianB Jan 02 '21 at 18:56