scalacenter / scala-debug-adapter

Implementation of the Debug Adapter Protocol for Scala
Apache License 2.0
59 stars 26 forks source link

Reverse entries in `SourceLookUpProvider` #742

Closed adpi2 closed 3 months ago

adpi2 commented 3 months ago

If 2 entries contain the same class name, the first class should shadow the second class, because that the one loaded by the JDK ClassLoader.

Conicidentally that should fix https://github.com/scalameta/metals/issues/5807.

adpi2 commented 3 months ago

Yes the CI is always failing on this runner for a reason that I don't understand. Probably I should mute them on this runner specifically.