Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RenameFiles workspace operations #1079

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

manandre
Copy link
Contributor

@manandre manandre commented Oct 22, 2023

Fixes #1078

@github-actions github-actions bot added this to the v0.19.10 milestone Oct 22, 2023
@@ -43,14 +43,14 @@ public async Task Should_Handle_FileCreate()
{
var (client, server) = await Initialize(Configure, Configure);

await client.RequestWillCreateFile(
new WillCreateFileParams
await client.RequestWillCreateFiles(
Copy link
Contributor Author

@manandre manandre Oct 22, 2023

Choose a reason for hiding this comment

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

The plural form seems to impact the ILanguageClient extension methods. Is it considered as a breaking change?

Copy link
Member

Choose a reason for hiding this comment

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

I think we are fine to take the changes, but I would like us to start a breaking changes document to catalogue the breaking changes in each version.

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.

FileRename record implementation is incorrect
2 participants