forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Test variable view for python REPL #24162
Labels
Milestone
Comments
amunger
added
feature-request
Request for new features or functionality
testplan-item
and removed
feature-request
Request for new features or functionality
labels
Sep 23, 2024
oh, i love how the repl looks! This has progressed so much! I remember when we were working on a send-to-REPL for the ocaml extension a couple of years ago, we looked at how python ext does it, and it used to just send the repl command to terminal and wait a couple of sec hoping it gets launched by then :D Now the experience is very slick |
This was referenced Sep 24, 2024
Ah, I hadn't seen it at the bottom - thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs: #24066
Complexity: 2
Create Issue
Pre-requisites:
You must have python installed on your machine
Test steps
and
"jupyter.interactiveWindow.textEditor.executeSelection": false
if jupyter is installed (default)python.execInREPL
) to create some variables. This should open the native REPL to the side.e.g.
The text was updated successfully, but these errors were encountered: