You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have a default formatter for both the docker and yaml language packs. At the moment if only docker pack is installed then it defaults to docker_compose_language_service for yaml files, but if both packs are installed then either yamlls or prettierd are also used alongside the docker one.
As a side note, I noticed that codelens actions did not work for docker-compose-language-service for me. E.g. to run docker-compose file or a single container
Is your feature related to a problem?
It would be good to have a default formatter for both the docker and yaml language packs. At the moment if only docker pack is installed then it defaults to
docker_compose_language_service
for yaml files, but if both packs are installed then eitheryamlls
orprettierd
are also used alongside the docker one.Describe the new feature
It would be good to have a single formatter defined for both the packs, since docker is writte using
yaml
.Additional context
I'm not sure which formatter would be the best. I guess
prettier
since it's so popular.I can try to create a PR, but would need some guidance 🙂
Should docker pack also include the yaml pack? To avoid repeating configs. Or is it better to have a self contained packs?
The text was updated successfully, but these errors were encountered: