microsoft / vscode-docker

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

[Feature Request] Keep recently used docker compose in a separate category #4195

Open pramit-live opened 6 months ago

pramit-live commented 6 months ago

When we do compose down (in the CONTAINERS section), the whole context is removed and not shown in the panel. It would be very useful if the context goes to a separate section (let's say RECENT), where it will be easier to do compose up.

bwateratmsft commented 6 months ago

I like this idea but unfortunately it would be incredibly difficult to implement in our current UI framework. In the meantime, if it works for your scenario, you could try doing "Compose Stop" instead of "Compose Down", which will stop the containers but not remove them. From there you can "Compose Start" to get them back easily.

pramit-live commented 5 months ago

While in development, I need it to make them down many a time. Is it possible to create another category called RECENT? I know there will be eight categories then in the panel and might overwhelm new users. Or, inside CONTAINERS, a foldable placeholder for "Recent Compose"