Unnecessary --name argument is being passed to all GRPC provider servers #513
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
In addition to
--port
, we are now passing--name
flag to GRPC provider servers at the time of runningStart()
. If the external provider doesn't handle this argument well, it can make the provider fail.--name
is only needed in the generic provider to differentiate between which underlying lsp provider is being used...I think its unnecessary in the context of all GRPC providers.The text was updated successfully, but these errors were encountered: