object88 / langd

A Language Server Protocol implementation in Go for Go
MIT License
7 stars 0 forks source link

Accept gRPC and jsonRPC port numbers in environment variable #41

Open object88 opened 6 years ago

object88 commented 6 years ago

Allow the gRPC and jsonRPC port numbers to be non-default values, specified by an environment variables at startup.

If either port cannot be opened, the process should return non-0 to indicate failure.

object88 commented 6 years ago

This goes along with #42; need to resolve passing configuration information to the server.