formulahendry / formulahendry/vscode-code-runner
[Bug] Cannot run python with "code-runner: Run in terminal" being checked
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.53.0
- OS Version: Windows_NT x64 10.0.18363
- Code Runner Version: 0.11.2
**Describe the bug**
Normally, code runner displays output in the output tab in read-only. Python apps that get inputs need to be run in terminal. After some research, some suggest that with "with code-runner: Run in terminal" being checked helps, so I tried, but ended with the error shown in the picture below.
**Screenshots**


I have no problem running the full command in external terminal.

or run with "code-runner: Run in terminal" being unchecked

**To Reproduce**
Steps to reproduce the behavior:
1. Check "code-runner: Run in terminal"
2. Run a python file
executorMap

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