parent
f435304209
commit
fbc922ad46
6 changed files with 14 additions and 20 deletions
|
@ -164,13 +164,9 @@ impl DapLocator for CargoLocator {
|
|||
|
||||
Ok(DebugRequest::Launch(task::LaunchRequest {
|
||||
program: executable,
|
||||
cwd: build_config.cwd.clone(),
|
||||
cwd: build_config.cwd,
|
||||
args,
|
||||
env: build_config
|
||||
.env
|
||||
.iter()
|
||||
.map(|(k, v)| (k.clone(), v.clone()))
|
||||
.collect(),
|
||||
env: build_config.env.into_iter().collect(),
|
||||
}))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue