Skip to content

Support locally installed docker-langserver (or configure option for specifying docker lsp binary) #20

@rubin55

Description

@rubin55

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions