I was just checking if the volumes for a new Docker Compose file were creating the volumes I needed. While running docker volume ls, I found that I have that volume.
I’ve been looking everywhere to see if this was introduced by Docker or VSCode at some point, but I haven’t found any information.
I also ran docker ps -a --filter volume=httptoolkit-injected-data-1.15.0
and so far no container is using that volume.
Does anyone else have it, or does anyone know why it exists?