mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
I don't believe this is actually needed. We can simplify the `WorkspaceEdit` further and put together the mapping for `changes` according to the LSP spec later on down the line. This will allow us to remove the need for the `URI`, which is problematic. closes #7252