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

verify that document requests work without didOpen/didClose events coming in #1215

Open
martinlippert opened this issue Mar 26, 2024 · 0 comments
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: internal-architecture type: enhancement

Comments

@martinlippert
Copy link
Member

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.

@martinlippert martinlippert added type: enhancement theme: internal-architecture for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode labels Mar 26, 2024
@martinlippert martinlippert added this to the 4.22.1.RELEASE milestone Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: internal-architecture type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant