-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support to capture terminal contents #13085
Comments
Would something like this work?
|
Yup, this looks great! |
I've made a branch at https://github.com/tsmaeder/theia/tree/13085_terminal_observer with the necessary changes. Here's the source for a plugin using the API: |
To test, you'll have to build & run theia from the branch. To build the plugin, you will have to yarn link the
Then you can just build the plugin and copy the resulting *.theia file into the theia plugins folder. |
Thank you so much! I'll verify if everything works as expected. |
Feature Description:
As a developer, I would like the ability to capture the contents of the terminal so that I can identify errors and warnings for further action.
Currently, the only possible way to get terminal contents is to spawn a new terminal and have an event listener listen to the output data. I would like to have this feature without having to create a new terminal.
The text was updated successfully, but these errors were encountered: