Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cmaglie opened this issue Nov 18, 2021 · 1 comment
Closed

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

cmaglie opened this issue Nov 18, 2021 · 1 comment
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: language server Related to the Arduino Language Server

Comments

@cmaglie
Copy link
Member

cmaglie commented Nov 18, 2021

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.

@per1234 per1234 added topic: code Related to content of the project itself topic: language server Related to the Arduino Language Server labels Nov 18, 2021
@per1234 per1234 added the conclusion: resolved Issue was resolved label Feb 20, 2022
@per1234
Copy link
Contributor

per1234 commented Feb 20, 2022

Resolved by #610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: language server Related to the Arduino Language Server
Projects
None yet
Development

No branches or pull requests

5 participants