-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label
Milestone
Description
- VSCode Version: 1.52.1
- OS Version:Darwin x64 20.1.0
- Python extension:v2020.12.424452561
It happens to all python3 version I encounter.
When run python input() in the integrated terminal, especially to get more than one input value separated space, I can feel the apparent pause, compared to running the code in system provided terminal or iTerm, I don't feel the pause at all (as it shouldn't)
Just run this in the integrated terminal
tmp = input('Input your values, separated by space\n')
I originally opened issue at microsoft/vscode-python#15019 but they told me I should open here directly.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label