microsoft / DockerTools

Tools For Docker, including Visual Studio Provisioning and Publishing
Other
173 stars 26 forks source link

Visual Studio DockerTools Does not Recognize YAML Extention as Valid #424

Open mlopeztn opened 3 months ago

mlopeztn commented 3 months ago

The Docker standard supports both YML and YAML as standard extensions for docker-compose files. Currently we can use docker-compose.yml and docker-compose.override.yml files and Visual Studio works correctly. Would it be possible to update the SDK to support docker-compose.yaml and docker-compose.override.yaml as the file names? Visual Studio current produces an error when using these file extensions that it cannot find the files.

Reference https://docs.docker.com/compose/compose-file/compose-file-v3/#:~:text=The%20Compose%20file%20is%20a,%2Fdocker%2Dcompose.yml%20.