debugger: Add an action to copy debuggee info and initialization args (#32647)
Release Notes: - Debugger Beta: added the `dev: copy debug adapter arguments` action to help troubleshoot debug configurations.
This commit is contained in:
parent
1078f929aa
commit
f227c2ff0c
7 changed files with 52 additions and 20 deletions
|
@ -671,7 +671,7 @@ async fn test_remote_server_debugger(
|
|||
});
|
||||
|
||||
session.update(cx_a, |session, _| {
|
||||
assert_eq!(session.binary().command.as_deref(), Some("ssh"));
|
||||
assert_eq!(session.binary().unwrap().command.as_deref(), Some("ssh"));
|
||||
});
|
||||
|
||||
let shutdown_session = workspace.update(cx_a, |workspace, cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue