forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area-replbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked on
Description
Re #23484
Steps:
- Install both Jupyter and Python extensions
- Create a python file with following
# %%
def foo():
print(1)
foo()
- Enable
python.REPL.sendToNativeREPL
- From Context Menu, Run Python -> Run Selection/Line in Python REPL
- An editor named "Python REPL" created
- From Context Menu, Run in Interactive Window -> Run Current Cell
- A second editor named "Python REPL" created 🐛 (not sure why it's called Python REPL)
- From Context Menu, Run Python -> Run Selection/Line in Python REPL
- A third editor was created, other than reusing the first one
Metadata
Metadata
Assignees
Labels
area-replbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked on