My docker-compose file uses profiles to load group related services.In VSCode I'm able to create a task using the docker-compose type and can configure the up command to use a specific profile. However, the down task doesn't allow for profiles and therefore the docker compose down command doesn't stop the services that were started under the profile.
Can profile support be added to the docker-compose down task configuration?