Skip to content

fix: get rid of the FileChanges abstraction#7253

Merged
eed3si9n merged 1 commit intosbt:1.9.xfrom
ckipp01:UriFix
May 14, 2023
Merged

fix: get rid of the FileChanges abstraction#7253
eed3si9n merged 1 commit intosbt:1.9.xfrom
ckipp01:UriFix

Conversation

@ckipp01
Copy link
Contributor

@ckipp01 ckipp01 commented May 14, 2023

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

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 sbt#7252
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@eed3si9n eed3si9n merged commit e22a9a7 into sbt:1.9.x May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

xsbti.FileChanges uses URI

2 participants