From 1fce59281c38c83c937c01ff92f8656da44ccada Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Fri, 3 May 2024 20:52:58 +0100 Subject: refactor(lsp): cleanup cache and module registry update (#23620) --- tests/integration/lsp_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index d9f2f10cc..faec27e1c 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -9041,7 +9041,7 @@ fn lsp_performance() { "lsp.update_diagnostics_deps", "lsp.update_diagnostics_lint", "lsp.update_diagnostics_ts", - "lsp.update_registries", + "lsp.update_global_cache", "tsc.host.$getAssets", "tsc.host.$getDiagnostics", "tsc.host.$getSupportedCodeFixes", -- cgit v1.2.3