From 6265e196b700b363244961ed2957d9eef5460c34 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 30 Aug 2021 16:09:41 +0300 Subject: compat: change lldb to lldb-vscode This should be preferred ID, although now lldb-vscode works with any --- helix-dap/examples/dap-lldb.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'helix-dap') diff --git a/helix-dap/examples/dap-lldb.rs b/helix-dap/examples/dap-lldb.rs index 2adef8b2..2022ef48 100644 --- a/helix-dap/examples/dap-lldb.rs +++ b/helix-dap/examples/dap-lldb.rs @@ -48,7 +48,10 @@ pub async fn main() -> Result<()> { tokio::spawn(dispatch(events)); - println!("init: {:?}", client.initialize("lldb".to_owned()).await); + println!( + "init: {:?}", + client.initialize("lldb-vscode".to_owned()).await + ); println!("caps: {:?}", client.capabilities()); let args = LaunchArguments { -- cgit v1.2.3-70-g09d2