Change command line flags used to the start language server #622
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
topic: language server
Related to the Arduino Language Server
we should remove the flags:
-cli /path/to/atduino-cli
-cli-config /path/to/cli-config.yml
and replace them with:
-cli-daemon-addr localhost:50051
-cli-daemon-instance 1
(where 1 is the "Instance" value of the gRPC instance you're using in the IDE)I need this change for the next release of the language server.
The text was updated successfully, but these errors were encountered: