From a6e4b4297d840e9cfe4bdf373f24da8202f58e2d Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 3 Apr 2022 12:17:30 +0800 Subject: refactor(lsp): migrate from lspower back to tower-lsp (#14163) --- cli/bench/lsp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/bench') diff --git a/cli/bench/lsp.rs b/cli/bench/lsp.rs index fdddb9734..8397d23d7 100644 --- a/cli/bench/lsp.rs +++ b/cli/bench/lsp.rs @@ -6,12 +6,12 @@ use deno_core::serde_json; use deno_core::serde_json::json; use deno_core::serde_json::Value; use deno_core::url::Url; -use lspower::lsp; use std::collections::HashMap; use std::path::Path; use std::time::Duration; use test_util::lsp::LspClient; use test_util::lsp::LspResponseError; +use tower_lsp::lsp_types as lsp; static FIXTURE_CODE_LENS_TS: &str = include_str!("testdata/code_lens.ts"); static FIXTURE_DB_TS: &str = include_str!("testdata/db.ts"); -- cgit v1.2.3