Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support streaming output for native python REPL #24460

Open
amunger opened this issue Nov 18, 2024 · 0 comments
Open

Support streaming output for native python REPL #24460

amunger opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
area-repl bug Issue identified by VS Code Team member as probable bug

Comments

@amunger
Copy link

amunger commented Nov 18, 2024

  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

@amunger amunger added the bug Issue identified by VS Code Team member as probable bug label Nov 18, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Nov 18, 2024
@amunger amunger added triage-needed Needs assignment to the proper sub-team area-repl and removed triage-needed Needs assignment to the proper sub-team labels Nov 18, 2024
@anthonykim1 anthonykim1 removed the triage-needed Needs assignment to the proper sub-team label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants