OpenLiberty / liberty-tools-eclipse

Eclipse Public License 2.0
11 stars 8 forks source link

Run/Debug config should be serializable to file #484

Closed scottkurz closed 6 months ago

scottkurz commented 7 months ago

Our Liberty Tools Run/Debug config lacks the ability to be serialized to a file, which is for many types of configs provided via the "Common" tab.

image

In the best case, this may be as simple as a line or two adding the Common tab... sort of like adding the JRE tab.

scottkurz commented 7 months ago

While the https://github.com/OpenLiberty/liberty-tools-eclipse/pull/485 PR added the tab in a nice, easy way, let's keep this open for the time being.

Some concern that there's all the extra, unused options. All we really need is the "Save as local/shared", and it'd be nice to include the "Favorites" entry but not as essential.

I'd say it's an open question if we should release as-is with all the extra vs. back out if we can't do something "lighter".

scottkurz commented 6 months ago

Fixed by #496