debugger: Remove LLDB adapter, switch Rust tasks to CodeLLDB (#28773)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-04-15 17:29:43 +02:00 committed by GitHub
parent aef78dcffd
commit ccf9aef767
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 110 deletions

View file

@ -682,7 +682,7 @@ impl ContextProvider for RustContextProvider {
RUST_PACKAGE_TASK_VARIABLE.template_value(),
),
task_type: TaskType::Debug(task::DebugArgs {
adapter: "LLDB".to_owned(),
adapter: "CodeLLDB".to_owned(),
request: task::DebugArgsRequest::Launch,
locator: Some("cargo".into()),
tcp_connection: None,
@ -791,7 +791,7 @@ impl ContextProvider for RustContextProvider {
command: "cargo".into(),
task_type: TaskType::Debug(task::DebugArgs {
request: task::DebugArgsRequest::Launch,
adapter: "LLDB".to_owned(),
adapter: "CodeLLDB".to_owned(),
initialize_args: None,
locator: Some("cargo".into()),
tcp_connection: None,