You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code Native REPL is an editor based Python REPL that you can use via setting.
Easiest way to launch the Python VS Code Native REPL is via shift+entering in your Python file, or via command palette Python: Start Native Python REPL
This month's addition was to ensure Native REPL gets increased visibility from users who may only be used to Python REPL in terminal experience (The REPL in your terminal that starts with >>>). So I have added a line of clickable text that should show up if you launch your Python.
Setup & Testing:
Make sure you have python.terminal.shellIntegration.enabled and havepython.REPL.sendToNativeREPL DISabled in the beginning.
Launch Python REPL in Terminal (Feel free to launch via typing python in your terminal, shift+enter from Python file, use command palette)
Ensure that you get a clickable link depending on your OS (mac would say CMD click, whereas windows and Linux would say ctrl click to launch VS Code Native REPL) Such as:
Make sure clicking on that link lead to launch of Native REPL and you can interactively run your Python code in the Native REPL.
The text was updated successfully, but these errors were encountered:
karthiknadig
changed the title
TPI) Launch VS Code native REPL from embedded terminal link
TPI: Launch VS Code native REPL from embedded terminal link
Jan 27, 2025
Refs: #24270 (comment)
Complexity: 2
Create Issue
Thank you in advance for testing.
Background Information
VS Code Native REPL is an editor based Python REPL that you can use via setting.
Easiest way to launch the Python VS Code Native REPL is via shift+entering in your Python file, or via command palette
Python: Start Native Python REPL
This month's addition was to ensure Native REPL gets increased visibility from users who may only be used to Python REPL in terminal experience (The REPL in your terminal that starts with
>>>
). So I have added a line of clickable text that should show up if you launch your Python.Setup & Testing:
python.terminal.shellIntegration.enabled
and havepython.REPL.sendToNativeREPL
DISabled in the beginning.python
in your terminal, shift+enter from Python file, use command palette)The text was updated successfully, but these errors were encountered: