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

Put in some fixes for the new cody-highlights code path #1993

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

steveyegge
Copy link
Contributor

@steveyegge steveyegge commented Aug 6, 2024

Fixes: 1988

It was throwing at least two exceptions, one reported by QA and one that I saw myself.

The one I saw was that ProtocolTextDocument must be created on the EDT.

Test plan

Tested manually.

I don't really know how to reproduce or exercise this code path, so we'll have to wait for Rik to look at it, but it should at least not throw errors now.

It definitely removed the exception I was seeing on startup, about needing the EDT.

It was throwing at least two exceptions, one reported by QA and one that I saw myself.

The one I saw was that ProtocolTextDocument must be created on the EDT.

I don't really know how to reproduce or exercise this code path, so we'll have to wait for Rik to look at it, but it should at least not throw errors now.
@steveyegge steveyegge enabled auto-merge (squash) August 6, 2024 22:35
@steveyegge steveyegge merged commit 3c2d70c into main Aug 6, 2024
9 of 10 checks passed
@steveyegge steveyegge deleted the stevey/fix-issue-1988 branch August 6, 2024 23:15
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