google-cloud-eclipse
google-cloud-eclipse copied to clipboard
<starting...> --> Starting
Looking at this image I wonder if the message <starting...> --> Starting should just be Starting
no angle brackets, no ellipsis

The angle brackets represents the state and mirrors the use of <terminated> in the JDT Java launches. When launching the description should change as follows:
- On launch:
<starting…> launch name - Once running:
launch name - Terminate initiated:
<stopping…> launch name - Once stopped:
<stopped> launch name
Perhaps just dropping the ellipses from <starting…> and <stopping…>?