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

Refactor Native REPL code #23550

Merged
merged 24 commits into from
Jun 18, 2024
Merged

Refactor Native REPL code #23550

merged 24 commits into from
Jun 18, 2024

Conversation

anthonykim1
Copy link

@anthonykim1 anthonykim1 commented Jun 4, 2024

Refactor Native REPL code.
Resolves: #23632

@anthonykim1 anthonykim1 added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. area-repl labels Jun 4, 2024
@anthonykim1 anthonykim1 self-assigned this Jun 4, 2024
activeEditor.selection = new Selection(newPosition, newPosition);

activeEditor.edit((editBuilder) => {
editBuilder.insert(newPosition, '\n');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at some point, we need to figure out how to get the indentation correct as well.

Copy link
Author

@anthonykim1 anthonykim1 Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will ask how to pass newline character to monaco editor.

@anthonykim1 anthonykim1 added the skip tests Updates to tests unnecessary label Jun 17, 2024
@anthonykim1 anthonykim1 marked this pull request as ready for review June 17, 2024 22:43
@anthonykim1 anthonykim1 requested a review from amunger June 17, 2024 22:43
@anthonykim1 anthonykim1 marked this pull request as draft June 18, 2024 18:08
@anthonykim1 anthonykim1 marked this pull request as ready for review June 18, 2024 18:11
@rebornix rebornix requested a review from amunger June 18, 2024 18:18
@anthonykim1 anthonykim1 requested a review from amunger June 18, 2024 19:45
@anthonykim1 anthonykim1 merged commit 9abfd30 into microsoft:main Jun 18, 2024
40 checks passed
DonJayamanne pushed a commit that referenced this pull request Jun 24, 2024
Refactor Native REPL code.
Resolves: #23632

---------

Co-authored-by: Aaron Munger <[email protected]>
eleanorjboyd pushed a commit to eleanorjboyd/vscode-python that referenced this pull request Jun 28, 2024
Refactor Native REPL code.
Resolves: microsoft#23632

---------

Co-authored-by: Aaron Munger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl debt Covers everything internal: CI, testing, refactoring of the codebase, etc. skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Take care of issue where native REPL always opened beside.
2 participants