Dev containers - Exiting cursor or switching dev container doesn't stop the running container

  1. I am using v1.0.28
  2. Most of my containers are docker-compose based. I reference/build a dockerfile in the docker-compose file.
  3. “shutdownAction”: “stopContainer” in devcontainer.json does nothing. The container stays active after closing cursor.