debugger: Remove LLDB adapter, switch Rust tasks to CodeLLDB (#28773)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
aef78dcffd
commit
ccf9aef767
3 changed files with 2 additions and 110 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue