Use URI for Classfiles in Java Debugger #8580
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
target/branch
Indicates that a PR will be merged into a branch other than master.
Currently, we are using a combination of / to identify a debugger location in the Java debug support for jdt.ls.
We should use the uri's that jdt.ls uses when identifying a class file. See for example ExternalResourceLocationHandler.java.
The text was updated successfully, but these errors were encountered: