Skip to content
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

Closed
azatsarynnyy opened this issue Mar 15, 2019 · 3 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@azatsarynnyy
Copy link
Member

Description

window.createTerminal followed by terminal.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
Note: it works as expected in standalone Theia

Actual behavior:

New Terminal is created but the text isn't printed to the terminal
image

@azatsarynnyy azatsarynnyy added the kind/bug Something isn't working label Mar 15, 2019
@azatsarynnyy
Copy link
Member Author

It's important for running the Kubernetes Tooling Che Plugin since a lot of the plugin's commands depend on these API calls.

@ashumilova
Copy link
Contributor

Added to the next sprint with High priority. Thank you for notifying.

@sunix
Copy link
Contributor

sunix commented Apr 1, 2019

@AndrienkoAleksandr can we close this issue ?

vinokurig pushed a commit that referenced this issue Apr 6, 2021
Copy plugins into 'v2/publisher' folders.
Rename field name to displayName.
Rename field id to name.
Remove /meta.yaml from plugin links in index.
Add deprecate section to old plugins.
Rework scripts.
Add migrate section to registry index.
Add old notation plugins to v2 not to break exisiting workspaces.
Adapt Readme.md.
Signed-off-by: Oleksandr Garagatyi <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants