I noticed this extension blindly downloads docker-langserver to the extensions/work folder. In my case, I have docker-langserver installed, and I don't want extenstions downloading their own language server binaries.
Could you implement one of two things:
1: Search $PATH for docker-langserver, don't install if found
or
2: A configuration option which allows you to specify a local binary path, which then disables downloading docker-langserver, indicating you want to use some other binary as lsp