Visual Studio Code Terminal

Asked

Viewed 162 times

-3

I searched a lot on NET and Stack and could not find the answer to this question. So let’s go.

I have Windows 10 installed on my machine, and I’m trying to adapt to Visual Studio Code ( IN JAVA )? When I run the application appears MANY codes other than those of the application. In Eclipse, Netbeans, when we run the application, only the code written by us appears. Is it possible for a configuration to also put VSCODE just by showing the codes we wrote on the output or in Terminal ?? I will put an image to clarify my doubt. The red arrows are the ones I would like to take out... and only appear the code of the green arrow that was the output I asked for the application print on the screen.

inserir a descrição da imagem aqui

1 answer

0

In the archive launch.json just set the parameter "console":None

The file is usually created when you create a Workspace in VS Code

  • I managed to change this property ai. Thank you very much. https://imgur.com/Wh8beSV

Browser other questions tagged

You are not signed in. Login or sign up in order to post.