Skip to content

Change command line flags used to the start language server #622

Closed
@cmaglie

Description

@cmaglie

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions