Hello,
I am experiencing an issue where the installation of the YAML extension seems to interfere with the Docker extension's ability to format docker-compose.yaml and Dockerfile.
Describe the bug
After installing the YAML extension, the Docker extension (ms-azuretools.vscode-docker) can no longer format docker-compose.yaml and Dockerfile. An error message is displayed: "No formatter installed for 'dockerfile/dockercompose' files." This issue does not occur until the YAML extension is installed, suggesting a conflict between the two extensions.



Steps to Reproduce
- Ensure the Docker extension from Microsoft is installed and functioning correctly: ms-azuretools.vscode-docker
- Install the YAML extension.
- Open a
docker-compose.yaml or Dockerfile.
- Attempt to format the file using VSCode's Format Document feature.
Environment
- VSCode Version:
1.85.1
- OS:
macOS Windows
- Docker Extension Version:
v1.28.0
- YAML Extension Version:
v1.14.0