Skip to content

Bug: Fix python.execInREPL stealing shift+enter #23526

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

Merged
merged 2 commits into from
May 30, 2024

Conversation

anthonykim1
Copy link

@anthonykim1 anthonykim1 commented May 30, 2024

Stop stealing shift+enter if editor is not focused and language is not python.
Resolves: #23525

@anthonykim1 anthonykim1 self-assigned this May 30, 2024
@anthonykim1 anthonykim1 added area-repl bug Issue identified by VS Code Team member as probable bug labels May 30, 2024
@anthonykim1 anthonykim1 marked this pull request as ready for review May 30, 2024 01:03
@anthonykim1 anthonykim1 changed the title Fix python.execInREPL stealing shift+enter Bug: Fix python.execInREPL stealing shift+enter May 30, 2024
@vscodenpa vscodenpa added this to the May 2024 milestone May 30, 2024
@anthonykim1 anthonykim1 added the skip package*.json package.json and package-lock.json don't both need updating label May 30, 2024
@anthonykim1 anthonykim1 merged commit f001597 into microsoft:main May 30, 2024
43 of 44 checks passed
DonJayamanne pushed a commit that referenced this pull request Jun 24, 2024
Stop stealing shift+enter if editor is not focused and language is not
python.
Resolves: #23525
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl bug Issue identified by VS Code Team member as probable bug skip package*.json package.json and package-lock.json don't both need updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python.execInREPL steals shift+enter
3 participants