Skip to content

Added a short notice if the server is used interactively #119

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

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Jun 20, 2022

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?
If someone tries to start the language server interactively a warning is issued:

arduino-language-server is a language server that provides IDE-like features to editors.

It should be used via an editor plugin rather than invoked directly. For more information, see:
https://github.com/arduino/arduino-language-server/
https://microsoft.github.io/language-server-protocol/

What is the current behavior?
The language server starts without any visible output.

What is the new behavior?
The language server prints a warning.

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nothing happens after I run this command ./arduino-language-server -cli-config <path-to-cli-config>
2 participants