rcjsuen / dockerfile-language-server

A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
MIT License
377 stars 15 forks source link

And plans to add support for docker-compose? #236

Open thepenguinthatwants opened 5 years ago

thepenguinthatwants commented 5 years ago

Just found this plugin and getting quite excited but wondering if in future there might be support coming for docker-compose?

rcjsuen commented 5 years ago

Hi @thepenguinthatwants, thank you for your interest in this project!

Due to the presence of a YAML language server and my day job, adding support for Docker Compose is not high on my list of priorities. Are you looking for any features in particular?

rcjsuen commented 3 years ago

Looks like Microsoft is working on a language server in the microsoft/compose-language-service repository.

halshar commented 1 year ago

any plans on adding support for docker compose?

rcjsuen commented 1 year ago

any plans on adding support for docker compose?

No plans myself. It is a significant change and I do not want to duplicate work when an alternative exists.

halshar commented 1 year ago

Thank you, I think the issue can be closed.