Skip to content
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

feat(language-service): accurately define language server capabilities #185

Merged
merged 3 commits into from
May 24, 2024

Conversation

johnsoncodehk
Copy link
Member

@johnsoncodehk johnsoncodehk commented May 24, 2024

The LanguageService Plugin is required to define the features it provides, as well as the required trigger characters, SemanticTokens Legend, and CodeAction Kinds.

The language server no longer enables all LSP capabilities by default, which will prevent the language client from needlessly sending LSP requests that the language server does not implement.

@johnsoncodehk johnsoncodehk marked this pull request as ready for review May 24, 2024 20:21
@johnsoncodehk johnsoncodehk merged commit 362fdde into 2.3 May 24, 2024
6 checks passed
@johnsoncodehk johnsoncodehk deleted the capabilities branch May 24, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant