Skip to content
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

Fix: Don’t use executeCommand on python sub-shell for windows. #24542

Merged
merged 7 commits into from
Dec 4, 2024

Conversation

anthonykim1
Copy link

@anthonykim1 anthonykim1 commented Dec 4, 2024

Related: #24418
Further resolves: #24422
Shell integration does not exist on windows python repl so dont use execute command on python subshell in this case.

This will prevent keyboard interrupt from happening even when setting for shell integration is enabled for python shell (which is currently only supported on mac and linux)

@anthonykim1 anthonykim1 added bug Issue identified by VS Code Team member as probable bug area-terminal labels Dec 4, 2024
@anthonykim1 anthonykim1 added this to the November 2024 milestone Dec 4, 2024
@anthonykim1 anthonykim1 self-assigned this Dec 4, 2024
@anthonykim1 anthonykim1 changed the title Dont use executeCommand on python subshell for windows. Fix) Dont use executeCommand on python subshell for windows. Dec 4, 2024
@karthiknadig karthiknadig changed the title Fix) Dont use executeCommand on python subshell for windows. Fix: Don’t use executeCommand on python sub-shell for windows. Dec 4, 2024
@anthonykim1 anthonykim1 marked this pull request as ready for review December 4, 2024 03:46
@anthonykim1 anthonykim1 enabled auto-merge (squash) December 4, 2024 03:54
@anthonykim1 anthonykim1 merged commit 4153f7c into microsoft:main Dec 4, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-terminal bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeyboardInterrupt When Running Selection/Line in Python Terminal with 'Shift+Enter'
2 participants