diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-05-03 20:52:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 20:52:58 +0100 |
commit | 1fce59281c38c83c937c01ff92f8656da44ccada (patch) | |
tree | 7ffa1af160cbc39062f17b82a3ab57b61d0d77de /tests/integration/lsp_tests.rs | |
parent | 02d0ff58d2bab24ebbd1e61afe6b571ff4c415af (diff) |
refactor(lsp): cleanup cache and module registry update (#23620)
Diffstat (limited to 'tests/integration/lsp_tests.rs')
-rw-r--r-- | tests/integration/lsp_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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", |