You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rschnekenbu
added a commit
to eclipsesource/theia
that referenced
this issue
Jan 3, 2024
Parameter of the method
Terminal.sendText(text: string, addNewLine?: boolean)
should be renamed to remain align with vscode.d.ts (addNewLine
was changed toshouldExecute
).Current behavior was not changed, only a new line is still added when
shouldExecute
istrue
.The text was updated successfully, but these errors were encountered: