Open premsinghjani opened 5 years ago
@formulahendry @philmueller @tomgi @manoelcampos
Plz Reply
Since you are accepting input you should set the setting "code-runner.runInTerminal" to true
.
Make sure to check ✅ the " Code-runner : Run in Terminal " in the settings of VS Code. It will then allow Code Runner to run your code in Integrated Terminal.
Make sure to check ✅ the " Code-runner : Run in Terminal " in the settings of VS Code. It will then allow Code Runner to run your code in Integrated Terminal.
thank you for the advice it worked. been frustrated for long, as i was writting my first code. ty.
what if the output has nothing on it but the code runs in the terminal?
Make sure to check ✅ the " Code-runner : Run in Terminal " in the settings of VS Code. It will then allow Code Runner to run your code in Integrated Terminal.
this is the right solution to the problem
Same issue, even if I check to run in terminal.
showing run but no output value or result when i writing c program....