You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using devcontainers, their container names might end up being sorted after the often multiple top-level processes inside this container: this makes it harder to quickly spot the container name after a wall of generic process names, such as "bash and "node".
Thus, sort containees not only lexicographically by their names, but sort them by their types first, such as in order of higher to lower precedence:
containers (regardless of engine type)
processes
bind-mounts
The text was updated successfully, but these errors were encountered:
When using devcontainers, their container names might end up being sorted after the often multiple top-level processes inside this container: this makes it harder to quickly spot the container name after a wall of generic process names, such as "bash and "node".
Thus, sort containees not only lexicographically by their names, but sort them by their types first, such as in order of higher to lower precedence:
The text was updated successfully, but these errors were encountered: