Skip to content

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

Merged
johnsoncodehk merged 3 commits into2.3from
capabilities
May 24, 2024
Merged

feat(language-service): accurately define language server capabilities#185
johnsoncodehk merged 3 commits into2.3from
capabilities

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
@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