From 3d3722507e1964cba66161e3e2e7b538bc23f29c Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 29 May 2024 21:31:09 +0100 Subject: perf(repl): don't walk workspace in repl language server (#24037) --- tests/integration/repl_tests.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/integration/repl_tests.rs') diff --git a/tests/integration/repl_tests.rs b/tests/integration/repl_tests.rs index cdcab8e18..2049990a3 100644 --- a/tests/integration/repl_tests.rs +++ b/tests/integration/repl_tests.rs @@ -1084,7 +1084,10 @@ fn closed_file_pre_load_does_not_occur() { .new_command() .args_vec(["repl", "-A", "--log-level=debug"]) .with_pty(|console| { - assert_contains!(console.all_output(), "Skipped document preload.",); + assert_contains!( + console.all_output(), + "Skipped workspace walk due to client incapability.", + ); }); } -- cgit v1.2.3