Skip to content

Commit

Permalink
Merge branch 'master' into kh-cached-code-lens
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx authored Dec 19, 2023
2 parents 795eb21 + 2529977 commit 438c09a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tooling/nargo_cli/src/cli/lsp_cmd.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use async_lsp::{
client_monitor::ClientProcessMonitorLayer, concurrency::ConcurrencyLayer,
panic::CatchUnwindLayer, server::LifecycleLayer, tracing::TracingLayer,
concurrency::ConcurrencyLayer, panic::CatchUnwindLayer, server::LifecycleLayer,
tracing::TracingLayer,
};
use bn254_blackbox_solver::Bn254BlackBoxSolver;
use clap::Args;
Expand Down Expand Up @@ -39,7 +39,6 @@ pub(crate) fn run(
.layer(LifecycleLayer::default())
.layer(CatchUnwindLayer::default())
.layer(ConcurrencyLayer::default())
.layer(ClientProcessMonitorLayer::new(client))
.service(router)
});

Expand Down

0 comments on commit 438c09a

Please sign in to comment.