Brandon Waterloo [MSFT]
Brandon Waterloo [MSFT]
It's not as detailed but the tooltip will show containers: 
@JM-Lemmi I can't believe I didn't think of this before, but you can set the grouping for the Containers view to use networks. It gives the view you're showing, but...
The biggest problem is that a container can be connected to multiple networks. Our tree view framework would not work, as the same container node would need to show up...
This was done on the PR build for #3555, so could be related to that.
@v-ruizh was this on VSCode Insiders or the main release? I was not able to reproduce on main.
I am able to reproduce. This is only happening in Insiders and there haven't been changes in Docker in that area lately, so I suspect this must be a VSCode...
Verified this is fixed on the latest Insiders build.
This would probably be solved by #3263. Right now our initial communications with Docker are to get the context so we can set up Dockerode; if the CLI alone was...
I added this issue to the list on #3263.
Fixed by #3586