- Notifications
You must be signed in to change notification settings - Fork675
Closed
Description
Describe the bug
Steps to Reproduce
- Create a Python Application.
- Install "IPython" and "ipykernel" package on Python3.9 environment.
- Open "Python Environments" window->"Overview" page to enable "Use Ipython interactive mode".
- Open interactive window to type
print("hello")
Expected behavior
It should switch to IPython interactive mode.
Additional context and screenshots
The interactive window was hung.
After restarting VS, I got this. And I typedprint("hello")
, it was still hung.