Skip to content

Please add a binary to launch the server #114

@marcdeop

Description

@marcdeop

Would it be possible to add a binary docker-compose-language-service to launch the server?

Right now we have to execute node @microsoft/compose-language-service from the terminal.

We created a wrapper here, an exectuable docker-compose-language-service with:

#!/usr/bin/env bash

exec node $PATH_TO_MODULES/@microsoft/compose-language-service/lib/server.js" "$@"

We try to automate the configuration of the server here and it assumes the wrapper exists.

Things would be simpler if the binary existed already :-)

Thank you in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions