-
-
Notifications
You must be signed in to change notification settings - Fork 477
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftopic: language serverRelated to the Arduino Language ServerRelated to the Arduino Language Server
Description
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.
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftopic: language serverRelated to the Arduino Language ServerRelated to the Arduino Language Server