mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
compat: change lldb to lldb-vscode
This should be preferred ID, although now lldb-vscode works with any
This commit is contained in:
parent
0b0b1d850a
commit
6265e196b7
2 changed files with 7 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue