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

Make codelenses work after switching from webview editor (fix #198309) #211999

Merged
merged 1 commit into from May 6, 2024

Conversation

gjsjohnmurray
Copy link
Contributor

This PR fixes #198309

Repro:

  1. Open a file whose contents produce codelenses.
  2. Hover over codelens actions to check they highlight to show they are clickable
  3. Open the settings editor.
  4. Click back to tab of the file and observe that the codelens actions no longer highlight on hover 🐛
  5. Activate a different window, then activate the VS Code one again. Observe that the codelens actions now work.

Issue may have been caused by 04f02b5

@mjbvz mjbvz enabled auto-merge (squash) May 6, 2024 19:50
@mjbvz mjbvz added this to the May 2024 milestone May 6, 2024
@mjbvz
Copy link
Contributor

mjbvz commented May 6, 2024

Thanks!

@mjbvz mjbvz merged commit 93c5b12 into microsoft:main May 6, 2024
6 checks passed
@gjsjohnmurray gjsjohnmurray deleted the fix-198309 branch May 8, 2024 09:00
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.

CodeLens become inactive after Webview is open
3 participants