vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

[Bug] - Can not find class from logs in terminal

Open mamilic opened this issue 1 year ago • 0 comments

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
  1. Open demo.zip
  2. Run the DemoApplication.java
  3. Try to CTRL + Left Click on com.example.demo.DemoApplication from the logs image
  4. 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. image

mamilic avatar Oct 17 '24 11:10 mamilic