From d39baa3b4e1f5bc1a03533e7b22af0043ec1eac9 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 16 Aug 2021 18:16:06 +0900 Subject: Start integrating into the editor's event loop --- helix-term/src/application.rs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'helix-term/src/application.rs') diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 3d59c33a..59072a09 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -245,6 +245,15 @@ impl Application { } } + pub async fn handle_debugger_message( + &mut self, + call: (), + server_id: usize, + ) { + + // + } + pub async fn handle_language_server_message( &mut self, call: helix_lsp::Call, -- cgit v1.2.3-70-g09d2