Skip to content

Apparent pause when run python input() in the integrated terminal #113259

@qiulang

Description

@qiulang
  • 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 bugterminalGeneral terminal issues that don't fall under another label

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions