Skip to content

Support streaming output for native python REPL #24460

@amunger

Description

@amunger
  1. Python: start native repl
  2. run the code
import time
for i in range(10):
    time.sleep(.5)
    print(i)

🐛 The output should appear while the code is running, but it just dumps it all after it finishes

Metadata

Metadata

Labels

area-replbugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunities

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions