-
Notifications
You must be signed in to change notification settings - Fork 224
User pygls
as base for the server
#672
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
Conversation
@hlouzada, please run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Break very long sentences in docstrings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hlouzada for your work on this!
Note: Tests will be fixed in a follow-up PR.
This PR begins the migration to pygls as the foundation of our language server.
It replaces the custom LSP scaffolding with the LanguageServer class from pygls, while preserving existing features and hook-callers.
Part of #671