You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As already reported inside another issue (#381 (comment)) there is an execution error with Scala 2.13.12 and above when the plugin try to report an error.
As already reported inside another issue (#381 (comment)) there is an execution error with Scala
2.13.12
and above when the plugin try to report an error.As you can see in
2.13.11
, thereport(Position, String)
method exist : https://github.com/scala/scala/blob/f113b1ab477ae2052725fe0b7ba5ae2796903807/src/reflect/scala/reflect/internal/Reporting.scala#L111However, since
2.13.12
a new parameter has been added to the method:error(Position, String, List[CodeAction])
https://github.com/scala/scala/blob/80514f73a6c7db32df9887d9a5ca9ae921e25118/src/reflect/scala/reflect/internal/Reporting.scala#L120The text was updated successfully, but these errors were encountered: