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

Improve document handling to counter desync #64

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

msujew
Copy link
Member

@msujew msujew commented Sep 2, 2024

I've noticed that there's still desync sometimes - this is due to us using outdated TextDocument instances.

This change adjusts this so we always query the current state of the vscode text document before applying changes.

@msujew msujew added the vscode Issues related to the VS Code extension label Sep 2, 2024
@msujew msujew merged commit 00988ea into main Sep 3, 2024
3 checks passed
@msujew msujew deleted the msujew/fix-desync-document branch September 3, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode Issues related to the VS Code extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant