Open
Description
When I try to navigate to classname by CTRL+Left Click from the logs it can not find it.
Environment
- Operating System: Windows 11
- JDK version: 21
- Visual Studio Code version: 1.94.2
- Java extension version: 1.35.1
Steps To Reproduce
- Open demo.zip
- Run the DemoApplication.java
- Try to CTRL + Left Click on com.example.demo.DemoApplication from the logs
- It will open input box with that full classname, however as it is full path it can not find it, only DemoApplication can be found.