compat: change lldb to lldb-vscode

This should be preferred ID, although now lldb-vscode works with any
This commit is contained in:
Dmitry Sharshakov 2021-08-30 16:09:41 +03:00
parent 0b0b1d850a
commit 6265e196b7
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473
2 changed files with 7 additions and 4 deletions

View file

@ -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 {