Apply ability to select render for terminal #14772
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Describe the solution you'd like
It would be nice to apply ability to select render for terminal widget. It should be useful for qa, because currently we are using canvas render for terminal and qa can not read content from widget. QA could use dom renderer and read content from terminal widget without problems. VSCode has such feature, so we can apply it to the upstream theia to align with VScode:
VSCode has options: dom renderer and canvas(faster)
The text was updated successfully, but these errors were encountered: