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 1.75 flakiness #326

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Conversation

alisonatwork
Copy link
Collaborator

Bump vscode engine to 1.75.0 and attempt to address the test flakiness and the "cursor in the wrong position" bug reported in #308 and #317.

It seems that onDidChangeTextEditorSelection is being fired more often
and/or differently in vscode 1.75.0 so the setTimeout(0) hack is not
long enough to allow the outstanding motions to drain. For now increase
the timeout to try avoid cursor in the wrong position bug while we think
about a better solution.
@alisonatwork alisonatwork merged commit 4d2b145 into aioutecism:master Feb 28, 2024
3 checks passed
@alisonatwork alisonatwork deleted the fix-1.75-flakiness branch February 29, 2024 04:26
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.

1 participant