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

Rename Terminal.sendText addNewLine parameter to align with vscode api #13236

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

rschnekenbu
Copy link
Contributor

What it does

This PR simply renames a parameter from theia.d.ts and the related implementation. This does not change any behavior, goal is only to remain align with vscode code here.

Fixes #13235

Contributed on behalf of STMicroelectronics

How to test

The test can be done installing the following extension (bundled from vscode extension sample repository) :

The extension provides several command prefixed with 'Terminal API'. Among the actions, send text and send text with no new line can be invoked.
Behavior should be equivalent between master and after this PR is applied.

Follow-ups

no follow up.

Review checklist

Reminder for reviewers

Copy link
Contributor

@jonah-iden jonah-iden left a comment

Choose a reason for hiding this comment

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

LGTM 👍

fixes eclipse-theia#13235

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
@JonasHelming JonasHelming merged commit 15caac5 into eclipse-theia:master Jan 16, 2024
14 checks passed
@jfaltermeier jfaltermeier added this to the 1.46.0 milestone Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[vscode] update Terminal.sendText(string, boolean?) parameter - parameter renaming
4 participants