Add cwd parameter which is not optional anymore (#3240)
This commit is contained in:
parent
ab616ab718
commit
110eb73045
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ pub fn dap_start_impl(
|
|||
}
|
||||
}
|
||||
|
||||
args.insert("cwd", to_value(std::env::current_dir().unwrap())?);
|
||||
|
||||
let args = to_value(args).unwrap();
|
||||
|
||||
let callback = |_editor: &mut Editor, _compositor: &mut Compositor, _response: Value| {
|
||||
|
|
Loading…
Reference in a new issue