From 25d98ca289af64f85759fe10c8808afbfb7011e3 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 8 Mar 2023 18:15:20 -0500 Subject: refactor(lsp): improve test client initialization (#18015) --- test_util/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 93bad8594..705ccda40 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -23,6 +23,7 @@ flate2.workspace = true futures.workspace = true hyper = { workspace = true, features = ["server", "http1", "http2", "runtime"] } lazy_static = "1.4.0" +lsp-types.workspace = true once_cell.workspace = true os_pipe.workspace = true parking_lot.workspace = true -- cgit v1.2.3