C++: User Input Not Working in Visual Studio Code

  • Last updated Apr 25, 2024

Encountering issues with user input in C++ within Visual Studio Code? You're not alone. In this troubleshooting guide, we will teach you how to fix this.

To resolve this issue, go to the File option in the top menu, proceed to Preferences, and select Settings. In the Search Settings box, enter "code-runner". Within the Extensions section, locate Run Code Configuration. Then, find the option "Whether to run code in Integrated Terminal" and mark the checkbox:

This will fix the input issue.