formulahendry / formulahendry/vscode-code-runner
Allow interaction with code while running
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
Currently, if you use Code Runner in its default config, the terminal it creates is read only. Thus, code like the following wouldn't work:
var = raw_input("Please enter a number: ")
print var * 2
Would it be possible for the output to be interactive? I prefer not to run in terminal because it lacks features such as execution time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.