Feature Request: API: Subscribe to the "data" event on a terminal #16989
Labels
api
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Hi everybody,
I suggest to add a new function
on
to the classTerminal
.Motivation
There is an extension for Rust RustyCode.
There is a command build.
When build is finished, we parse output and show warnings, errors and etc. in user's code.
Currently it is made via the class
OutputChannel
, which doesn't support input.Example
Alternatives
Write to a file
I will implement it myself.
I am opening this issue to receive opinions.
Regards,
Alexey
The text was updated successfully, but these errors were encountered: