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

@ -88,7 +88,7 @@ pub struct LaunchRequest {
/// The current working directory of your project
#[serde(default)]
pub cwd: Option<PathBuf>,
/// Arguments to pass to a debuggee
/// Arguments to pass to a debugger
#[serde(default)]
pub args: Vec<String>,
#[serde(default)]
@ -265,7 +265,7 @@ pub struct DebugScenario {
pub adapter: SharedString,
/// Name of the debug task
pub label: SharedString,
/// A task to run prior to spawning the debuggee.
/// A task to run prior to spawning the debugger.
#[serde(default, skip_serializing_if = "Option::is_none")]
pub build: Option<BuildTaskDefinition>,
/// The main arguments to be sent to the debug adapter