vscode-docker icon indicating copy to clipboard operation
vscode-docker copied to clipboard

Different Icons for container that is starting and container that is healthy

Open duxbuse opened this issue 6 years ago • 4 comments
trafficstars

Currently both containers that are starting and containers that are healthy have the same green icon. I would appreciate if there was a starting icon that then turned into a green healthy icon, so I can visually see when the state changes. Even if this is only for images with healthchecks.

duxbuse avatar Mar 18 '19 23:03 duxbuse

Which version of the extension do you have? We've made some recent icon changes. Thx.

StephenWeatherford avatar Mar 19 '19 00:03 StephenWeatherford

Yes the latest version with the new icons there is still no distinction between starting and healthy

On Tue., 19 Mar. 2019, 11:23 am Stephen Weatherford (MSFT), < [email protected]> wrote:

Which version of the extension do you have? We've made some recent icon changes. Thx.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/vscode-docker/issues/856#issuecomment-474151029, or mute the thread https://github.com/notifications/unsubscribe-auth/AGjQi94ZdACD97rTfX1uo-dxo6LMC0Ojks5vYC3qgaJpZM4b7AR0 .

duxbuse avatar Mar 19 '19 02:03 duxbuse

"Health" isn't an option for description, group, or sort which would largely address this. Additionally, this would be helpful when starting containers with long names, where the health check is stuffed off to the right where it's not easily visible:

Not visible here:

image

Is it here? Not yet....

image

Oh there you are

image

I don't have a 200" monitor so putting the health check the right side (in a panel that doesn't even horizontally scroll) isn't great design...

aharpervc avatar Aug 24 '20 16:08 aharpervc