You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and he said there are no requests to the server until you open that file.
VS Code doesn't send any requests for diagnostics but it works via push. Extensions should use the tabs api/model to manage their own strategy. Forwarding to @dbaeumer please LSP does something
VS Code doesn't send any requests for diagnostics but it works via push.
This comment referred to the codeActions request, rather than diagnostics. In the bug above, the server pushes diagnostics to VS Code, but when you hover over a diagnostic in the Problems tab, there is no request to CodeActions (to show the lightbulb menu) unless the file is open.
I'm not sure if this is intended or a bug.
I think the title of this issue would be better as "doesn't send requests for Code Actions (Fixes?) unless the file is open".
FMorschel
changed the title
Problems tab doesn't send requests for the language untill the file is opened.
Problems tab doesn't send requests for Code Actions (Fixes?) unless the file is open
Dec 18, 2024
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
sandy081
changed the title
Problems tab doesn't send requests for Code Actions (Fixes?) unless the file is open
Show code actions for the problems even when the file is not open
Dec 19, 2024
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
20241217_123648.mp4
I've asked @DanTup (the maintainer of the Dart-Code extension - for Dart) and he said there are no requests to the server until you open that file.
Is this intended behaviour or a bug?
The text was updated successfully, but these errors were encountered: