-
Notifications
You must be signed in to change notification settings - Fork 291
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
Run Selection
... keybinding broken after selecting Go to Code
in Python Interactive
#3343
Comments
I believe this is the problem:
If you turn off the autodoc string extension, does the problem go away? |
Hi @rchiodo. Just checked, disabling autodocstring removes console error reported above (which must be unrelated), but the problem with running lines persists. |
Yep, looks right.
|
Actually your gif shows you selecting it first. That's a different key binding:
Do you have this setting set? |
Okay I got it to repro. Very weird. I have to use 'goto code' for it to repro. Just opening a file and selecting is not enough. If I switch to a different app it stops reproing. So something with the 'when' command is messed up. I'm guessing findInputFocussed (which is a VS code selection context) is not working for some reason. |
We might have to create our own findInputFocused. |
Environment data
Expected behaviour
Actual behaviour
On 3 shift + enter clears the selected code (as if the key binding for Python Interactive has gone).
Steps to reproduce:
As above
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: