This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Terminal API: sending text to the newly created terminal doesn't work as expected #111
Labels
kind/bug
Something isn't working
Description
window.createTerminal
followed byterminal.sendText
leads to opening an empty terminal.Reproduction Steps
1/ Run the terminal-plugin sample in Che Theia
2/ Call the
Send text to the terminal
command from the Command Palette.Expected behavior:
New Terminal is created and text is printed to the terminal
![image](https://user-images.githubusercontent.com/1636395/54398444-be311c00-46c2-11e9-96dd-c38e9cb460a7.png)
Note: it works as expected in standalone Theia
Actual behavior:
New Terminal is created but the text isn't printed to the terminal
![image](https://user-images.githubusercontent.com/1636395/54398413-95a92200-46c2-11e9-862b-b96e70e5c32d.png)
The text was updated successfully, but these errors were encountered: