Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start the server on a host/port #1236

Open
krystalcode opened this issue Nov 30, 2024 · 0 comments
Open

Start the server on a host/port #1236

krystalcode opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@krystalcode
Copy link

What is the problem this feature will solve?

I run language servers in containers in order to minimize the software installed on my text editor container or on the host. Working with many programming languages, to install language servers for all of them each one relying on different technologies, it's a lot of software to pollute my host with. Also, to be able to make available the same language server in multiple clients. Currently, this language server seems to work via STDIO only, which makes it a lot more complicated to make it work across containers.

What is the feature you are proposing to solve the problem?

Run the server listening to a host and port e.g. bash-language-server --host 0.0.0.0 --port 8891.

What alternatives have you considered?

No response

@krystalcode krystalcode added the enhancement New feature or request label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant