English 中文(简体)
视觉演进室 专横开放和关闭的专制法典,现在它赢得了开放。
原标题:Visual Studio Code s console used to open and close immediately, now it won t open at all

I m a beginner starting with C#, and I m not really sure what to do. I ve exhausted all the methods I can come up with (reinstalling vscode, ctrl + f5, etc.) And I m certain it s not a problem with my code, as it runs fine when I tried it on an online compiler. I m sure that this will be just the first of many questions I ll ask on Stack Overflow. So thank you for all the help!

在这方面,我做了一些事情:

  1. Ran the project using an online compiler (the code worked there)
  2. Completely reinstall VS Code (deleted "Code" in %appdata%) and .NET
  3. Used Console.ReadKey(); at the end,
  4. Ran without debugging (CTRL + F5)
  5. Disabled/Uninstalled the extensions
  6. Updated .NET
  7. Set the integrated terminal to "Powershell"
  8. Disabled Debug › Console: Close On End
问题回答

Try View > 起站。 Ctrl +`。 这应当打开并永久关闭终端窗口。





相关问题
Caching System.Console output

We have some methods that output a lot of coloured text to the Console. It s actually a menu that is built by looping through a collection of data. Because we are writing item by item (and one line ...

console app c++

i m new to console apps and would appreciate some pointers... i have created a new console app and (not finished but it should be working), i selected win32 console app and then selected empty ...

Java prints output twice in a very specific circumstance

System.out.print("My string: "); My string: BUILD SUCCESSFUL (total time: 1 second) System.out.print("My string "); My string BUILD SUCCESSFUL (total time: 1 second) System.out.print("My string: ...

Removing pause after reading using readLine in java

I am reading several lines from the console in a java program using the readLine command from the BufferedReader class. However, the program pauses at the end of the last line and does not proceed ...

热门标签