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(lsp): Denormalize specifiers before calling $projectChanged #23322

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

nathanwhit
Copy link
Member

Fixes the regression described in #23293 (comment). This affected jupyter notebooks, as the LSP was passing in already denormalized specifiers, while the jupyter kernel was not. We need to denormalize the specifiers to evict the proper keys from our caches.

@nathanwhit nathanwhit enabled auto-merge (squash) April 11, 2024 18:16
@nathanwhit nathanwhit merged commit 4ab0215 into denoland:main Apr 11, 2024
17 checks passed
bartlomieju pushed a commit that referenced this pull request Apr 12, 2024
…3322)

Fixes the regression described in
#23293 (comment).
This affected jupyter notebooks, as the LSP was passing in already
denormalized specifiers, while the jupyter kernel was not. We need to
denormalize the specifiers to evict the proper keys from our caches.
littledivy pushed a commit to littledivy/deno that referenced this pull request Apr 19, 2024
…noland#23322)

Fixes the regression described in
denoland#23293 (comment).
This affected jupyter notebooks, as the LSP was passing in already
denormalized specifiers, while the jupyter kernel was not. We need to
denormalize the specifiers to evict the proper keys from our caches.
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.

None yet

2 participants