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 issue where completion inside of switch expr would not work #936

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

zth
Copy link
Collaborator

@zth zth commented Feb 29, 2024

Fixes an issue where completion inside of switch exprs wouldn't work because we iterate the cases instead when we shouldn't.

Adds a bunch of debug logging as well.

@zth zth requested a review from cristianoc February 29, 2024 20:36
@zth
Copy link
Collaborator Author

zth commented Feb 29, 2024

CI fails for unrelated reasons.

@zth zth merged commit d01a08c into master Mar 1, 2024
5 checks passed
@zth zth deleted the fix-switch-expr-completion branch March 1, 2024 07:34
aspeddro pushed a commit to aspeddro/rescript-vscode that referenced this pull request Mar 4, 2024
…ript-lang#936)

* fix issue where completion inside of switch expr would not work

* changelog

* fix
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.

2 participants