Added
- Added a setting,
docker.composeCommand
, to allow configuring the command used for Compose operations. If unset, the extension will attempt to automatically detect whether to usedocker compose
ordocker-compose
. #2977 - In Python projects, the
.venv
directory is now added to the.dockerignore
file, so it will no longer be part of thedocker build
context. #3476 - A "Copy Full Tag" command has been added for images in the Registries view. #3481