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 execInREPL Enter to respect complete expression #23973

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

anthonykim1
Copy link

Resolves: #23934
Updating to check filed of object, since structure/type has changed when I refactored code for native REPL.

@anthonykim1 anthonykim1 added bug Issue identified by VS Code Team member as probable bug area-repl labels Aug 19, 2024
@anthonykim1 anthonykim1 added this to the August 2024 milestone Aug 19, 2024
@anthonykim1 anthonykim1 self-assigned this Aug 19, 2024
@anthonykim1 anthonykim1 marked this pull request as ready for review August 19, 2024 18:34
@anthonykim1 anthonykim1 added the skip tests Updates to tests unnecessary label Aug 19, 2024
@anthonykim1 anthonykim1 merged commit a3dcf1b into microsoft:main Aug 19, 2024
43 of 46 checks passed
anthonykim1 added a commit to anthonykim1/vscode-python that referenced this pull request Sep 13, 2024
Resolves: microsoft#23934
Updating to check filed of object, since structure/type has changed when
I refactored code for native REPL.
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 tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python.execInREPLEnter will add a newline for a complete expression
3 participants