-
Notifications
You must be signed in to change notification settings - Fork 206
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
vscode goto definition error with lsp #309
Comments
I got same issue, well it didn't cause much issue with navigating file or anything. Its just annoys me. It will take the focus out of Application output i am working on to to To mitigate i have switched to version 1.7.0. Thankfully it doesn't annoys me. :-D |
(comment in Pivotal Tracker added by Kris De Volder:) Testing before deliver... still getting error in latest snapshot. Taking another look. |
(comment in Pivotal Tracker added by Kris De Volder:) Not really made any additional changes but this morning's snapshot seems to have the fix and it seems to be working. Not sure what went wrong before, probably an issue related to building or downloading an old artefact. Working now, so delivering this. |
I have the same issues, vscode-spring-boot-1.8.0. I don't know how to resolve it. |
There is a nightly CI build for the VS Code extension available that should fix this issue. Download the |
Thanks.. |
This issue started to happen when vscode upgraded to Spring Boot Tools 1.8.0.
Take any boot app(or probably any java class), i.e:
Hover over any symbol with
ctrl
, i.e.Application
to fire vscode to send Goto DefinitiontextDocument/definition
andvscode-spring-boot
logsThere's no errors in a LSP server logs. Only thing what gets logged there is:
The text was updated successfully, but these errors were encountered: