mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 07:01:16 +00:00
perf(repl): don't walk workspace in repl language server (#24037)
This commit is contained in:
parent
3c3076a84c
commit
3d3722507e
5 changed files with 90 additions and 81 deletions
|
@ -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.",
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue