mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
wip
This commit is contained in:
parent
2094ff1aaf
commit
86102a651f
@ -18,7 +18,6 @@
|
||||
};
|
||||
use tokio::{
|
||||
io::{AsyncBufRead, AsyncWrite, BufReader, BufWriter},
|
||||
join,
|
||||
net::TcpStream,
|
||||
process::{Child, Command},
|
||||
sync::{
|
||||
|
@ -1925,7 +1925,7 @@ fn debug(
|
||||
|
||||
let mut args = HashMap::new();
|
||||
args.insert("mode", "debug");
|
||||
// args.insert("program", "path/to/program");
|
||||
args.insert("program", "main");
|
||||
|
||||
let request = client.launch(to_value(args)?);
|
||||
let _ = block_on(request)?;
|
||||
|
Loading…
Reference in New Issue
Block a user