[POM-leading for DSLs] Dynamic capabilities#1117
Draft
toinehartman wants to merge 23 commits into
Draft
Conversation
222849f to
43787d2
Compare
DavyLandman
added a commit
that referenced
this pull request
Jun 22, 2026
1. Set document selectors for capabilities, such that capabilities can only be triggered on documents that support them. Especially useful when registering multiple languages. 2. Dynamically register semantic highlighting capability (to test the former change, and make a start with registering all capabilities dynamically). 3. Instead of toggling the language for open editors, request a refresh of the open editors via LSP. This prevents races where requests can come in while the file is 'closed'. This PR is a preparation to easily enable #1117.
2fdc776 to
45b8638
Compare
b97d46b to
99846e6
Compare
99846e6 to
8b49f25
Compare
8b49f25 to
89befc3
Compare
faecb29 to
00d85cc
Compare
…010-pom-leading-for-dsls/1079-dynamic-capabilities
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Closes #1079