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 support for renaming modules #1199

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Conversation

robertoaloi
Copy link
Member

The textDocument parameter in a TextDocumentEdit must contain a version, even if null (see the OptionalVersionedTextDocumentIdentifier definition from the LSP specification). Without it, some editors (most notably VS Code) would reject the edits.

The textDocument parameter in a TextDocumentEdit must contain a version, even if null (see the OptionalVersionedTextDocumentIdentifier definition from the LSP specification). Without it, some editors (most notably VS Code) would reject the edits
@robertoaloi
Copy link
Member Author

@plux FYI

@plux
Copy link
Contributor

plux commented Feb 15, 2022

Oops missed this, thanks for correction!

@robertoaloi robertoaloi merged commit a24f3e9 into main Feb 15, 2022
@robertoaloi robertoaloi deleted the fix-support-for-renaming-modules branch February 15, 2022 11:55
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.

None yet

2 participants