Note, the dependencies of the copilot (and the code involved) will have trouble after the org.eclipse.tm.terminal is moved from CDT into Eclipse platform (with Eclipse 4.37 / CDT 12. ... something).
The terminal view and connectors are moved to Eclipse Platform from CDT and will be not included in the next CDT version, if I understand it right. This wouldn't be a big issue, but all API/non-API/namespaces are changed.
See
and many other related PR's.
So either there will be need to create two different Copilot releases (for "old" eclipse.tm.terminal and "new" eclipse.terminal) or the Copilot will rely on older CDT (not sure how that would work in installations that would require both latest CDT and Copilot that would require parts of old CDT).
FYI: @jonahgraham, @laeubi, @jdneo
Note, the dependencies of the copilot (and the code involved) will have trouble after the
org.eclipse.tm.terminalis moved from CDT into Eclipse platform (with Eclipse 4.37 / CDT 12. ... something).The terminal view and connectors are moved to Eclipse Platform from CDT and will be not included in the next CDT version, if I understand it right. This wouldn't be a big issue, but all API/non-API/namespaces are changed.
See
org.eclipse.tm.terminal.connector.processeclipse-platform/eclipse.platform#1970and many other related PR's.
So either there will be need to create two different Copilot releases (for "old"
eclipse.tm.terminaland "new"eclipse.terminal) or the Copilot will rely on older CDT (not sure how that would work in installations that would require both latest CDT and Copilot that would require parts of old CDT).FYI: @jonahgraham, @laeubi, @jdneo