microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.18k stars 508 forks source link

Settings to sort repositories and images in Registries view #4329

Open michalpokusa opened 1 week ago

michalpokusa commented 1 week ago

Would it be possible to add a setting that makes it possible to sort images on remote registry?

Similar settings already exist for Images, Networks, Volumes etc. thus it seems like a logical complement.

image

I suggest adding the following settings:

image

with options:


image

with options:

If any two repositories/images have to same property they are sorted by, every option might fallback to alphabetic order.

Thanks for all the work on this extension, I use it extensively and it is extremely helpful in every-day tasks. 😃