The "Go to super implementation" link when hovering method that are overriding the super method dosen't work in 1.55.0
To Reproduce
Steps to reproduce the behavior:
1.Use the lastes version of vscode-java
2. hover a method that is overriding a super method
(No error logs from vscode-java found in console)
Expected behavior
A link should be visible and clickable to take you to the super implementation
Screenshots
Environment
- Operating System: Linux / Windows (Tried both)
- JDK version: jdk25
- Visual Studio Code version: Code - OSS 1.126.0
- Java extension version: 1.55.0
The "Go to super implementation" link when hovering method that are overriding the super method dosen't work in 1.55.0
To Reproduce
Steps to reproduce the behavior:
1.Use the lastes version of vscode-java
2. hover a method that is overriding a super method
(No error logs from vscode-java found in console)
Expected behavior
A link should be visible and clickable to take you to the super implementation
Screenshots
Environment