-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: internal-architecturetype: enhancement
Milestone
Description
According to the discussion in microsoft/language-server-protocol#1912, I stumbled upon the fact that document related requests (e.g. for code lenses or other stuff) can happen without a prior didOpen event (and corresponding didClose).
We need to double check and verify that the Spring Boot language server behaves correctly according to this, so that it can serve those document-related requests also in situations where there is no document open and therefore not in the internal document service store.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: internal-architecturetype: enhancement