mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
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 args = to_value(args).unwrap();
|
||||||
|
|
||||||
let callback = |_editor: &mut Editor, _compositor: &mut Compositor, _response: Value| {
|
let callback = |_editor: &mut Editor, _compositor: &mut Compositor, _response: Value| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue