Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BSP] Use consistent file URI format (#2803)
Previously we were emitting different URI formats if the sourceFile info was missing or not. Not sure if this is a problem, but `targetId.getUri` is returning files as `file:///foo/bar/file.scala` while our `java.io.File` `toURI` returns `file:/foo/bar/file.scala` Changing it to `.toPath.toUri` for consistency Pull request: #2803 Co-authored-by: Tobias Roeser <le.petit.fou@web.de>
- Loading branch information