I can compile files in VS Code normally, but the files are shown in the terminal of the program, which does not allow the insertion of characters. How can I set up to be able to use a terminal that allows me to interact?
How did you build ? Are you using an extension or inserted the build command directly into the terminal ?
How did you build ? Are you using an extension or inserted the build command directly into the terminal ?
– Isac
I used the Runner code extension. Queiro compile directly in vs code with the possibility to interact with the program.
– elcio96
Just for information, you are not using the terminal, there is the output window, the @Vinicius-Castro response shows how to open the terminal
– Rogerio Santos