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: avoid code lens updates when disabled #757

Merged
merged 1 commit into from
Jan 7, 2022
Merged

Conversation

radeksimko
Copy link
Member

Previously we'd always send a notification to the client whenever reference counts changed. This would be ignored by the client if the code lens was disabled, so this patch is basically no-op from UX perspective, but it should save some overhead by not sending the notification at all when it's not needed.

@radeksimko radeksimko added the bug Something isn't working label Jan 7, 2022
@radeksimko radeksimko requested a review from a team January 7, 2022 15:08
Copy link
Member

@dbanck dbanck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! 👍

@radeksimko radeksimko merged commit d6c87df into main Jan 7, 2022
@radeksimko radeksimko deleted the b-code-lens-updates branch January 7, 2022 16:08
@github-actions
Copy link

github-actions bot commented Feb 7, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants