OS: All
Build Version: 20201114.1
Repro Steps:
- Run "docker run hello-world" -> Make sure there is a stopped "hello-world" container.
- Run "docker run registry" -> Make sure there is a running "registry" container.
- Check the context menu of the stopped "hello-world" container -> Make sure there is no "Stop".
- F1 -> Type "Docker Container: Stop" -> Select "Individual Containers" -> Check the listed result.
Expect:
There is no stopped "hello-world" container.
Actual:
There is a stopped "hello-world" container.

More Info:
- This issue doesn't reproduce if there is no running container in the selected container group.
- This issue also reproduces for GitHub Codespaces.