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

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

Closed
rschnekenbu opened this issue Jan 3, 2024 · 0 comments · Fixed by #13236
Closed
Milestone

Comments

@rschnekenbu
Copy link
Contributor

Parameter of the method Terminal.sendText(text: string, addNewLine?: boolean) should be renamed to remain align with vscode.d.ts (addNewLine was changed to shouldExecute).
Current behavior was not changed, only a new line is still added when shouldExecute is true.

rschnekenbu added a commit to eclipsesource/theia that referenced this issue Jan 3, 2024
fixes eclipse-theia#13235

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Jan 3, 2024
fixes eclipse-theia#13235

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
@rschnekenbu rschnekenbu changed the title [vscode] update Terminal.sendText(string, boolean?) parameter (renaming) [vscode] update Terminal.sendText(string, boolean?) parameter - parameter renaming Jan 8, 2024
rschnekenbu added a commit to eclipsesource/theia that referenced this issue Jan 16, 2024
fixes eclipse-theia#13235

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
JonasHelming pushed a commit that referenced this issue Jan 16, 2024
#13236)

fixes #13235

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
@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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants