Only import org.eclipse.tm.terminal.connector.local#1213
Conversation
|
@jonahgraham now there is a feature on platform where I added all migrated terminal stuff I wonder if it would be an option to even delete the (then empty) features from CDT and instead use the platform one? As we likely want to adjust the EPPs as well (even though I have not found where the terminal stuff is included there) its seems a good opportunity to get rid of them with the next release. |
I am ok to delete empty features - but I think we need p2.inf entries to handle the (effective) renaming of the features so check for updates works for users. I do not think we need to maintain a 1-to-1 mapping for the new features. i.e. all deleted features can be remaped to org.eclipse.platform.terminal.feature
Main terminal feature included here for CPP (as en example, all epp.product files have the same entry). In addition some packages include the serial extension, such as cpp here The other common place users get the terminal is from the marketplace in this entry https://marketplace.eclipse.org/content/tm-terminal/ which requires org.eclipse.tm.terminal.feature and optionally selects org.eclipse.tm.terminal.connector.cdtserial.feature and org.eclipse.tm.terminal.connector.remote.feature |
FYI @jonahgraham
See