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): properly resolve jsxImportSource for caching #25688

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

nayeemrmn
Copy link
Collaborator

Fixes #25678.

@@ -11663,7 +11663,6 @@ export function B() {
client.shutdown();
}

#[ignore = "https://github.com/denoland/deno/issues/21770"]
#[test]
fn lsp_jsx_import_source_config_file_automatic_cache() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Gonna try reenabling this. It was flaky (#21770), but we've made the LSP init sequence more stable so it might be fixed. And it's the only way to test this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@nayeemrmn nayeemrmn merged commit f360cae into denoland:main Sep 17, 2024
17 checks passed
@nayeemrmn nayeemrmn deleted the lsp-jsx-import-source-cache branch September 17, 2024 17:38
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.

Bug(lsp): jsx runtime not found if defined in package.json
3 participants