debuggee all over the place?

This commit is contained in:
versecafe 2025-08-26 11:25:29 -07:00
parent 6dae5a1fcd
commit 5ac866dbc9
No known key found for this signature in database
GPG key ID: 5B3F561B567F9A4C
9 changed files with 27 additions and 27 deletions

View file

@ -205,7 +205,7 @@ pub trait Extension: Send + Sync {
Err("`get_dap_binary` not implemented".to_string())
}
/// Determines whether the specified adapter configuration should *launch* a new debuggee process
/// Determines whether the specified adapter configuration should *launch* a new debugger process
/// or *attach* to an existing one. This function should not perform any further validation (outside of determining the kind of a request).
/// This function should return an error when the kind cannot be determined (rather than fall back to a known default).
fn dap_request_kind(