formulahendry / formulahendry/vscode-code-runner
[Bug] Running C++ code will not allow user to input text in Terminal
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version:
Version: 1.43.0-insider (system setup)
Commit: 5996fb81591e92fd0c547dc45e3f0350026d5962
- OS Version: Windows 10
- Code Runner Version: 0.9.16
**Describe the bug**
----[Original issue posted to VS-Code Team]
1. - https://github.com/microsoft/vscode/issues/92178
----[Handed over to the CPP Extensions Team]
2. - https://github.com/microsoft/vscode-cpptools/issues/5074
3. - [Now handed over to Code-Runner Extension]
**To Reproduce**
Steps to reproduce the behavior:
0. Type code to ask for user input and then output the code to ask the user to enter their name.
1. Ask user to input data asked into terminal (example in screenshot provided)
2. use extension to run code.
**Actual behavior**
Not allowing users to input data into terminal when asked by the code.
the rendered code defaults to the (output) of the terminal in VS-Code or VS-Code Insiders edition.
**Expected behavior**
Use extension to compile and run C++ code created and allow user to input data,
that has been asked of them in the rendered code via the Terminal TAB of VS-Code & Insiders edition.
**Screenshots**
PLEASE Read The Entire Case Issue Here and view screenshot provided -- thats been submitted to microsoft
in the VS-Code Issue tracker, Which then was handed over to the CPP Extension Team Issue tracker,
Then I was informed by the CPP Extensions Team, that it is a Code-Runners Extension Issue.
.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.