diff options
author | Blaž Hrastnik | 2021-08-17 00:44:02 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-20 04:48:33 +0000 |
commit | 86102a651f3b3bf1c8965ca9b44b578694f7ce3e (patch) | |
tree | 4862f9aec6cc4fa912f4cb6f45251b502951d98e /helix-term/src/commands.rs | |
parent | 2094ff1aaf08be492ccf052d189446a2c8a5a15e (diff) |
wip
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r-- | helix-term/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 25367520..bcab85c4 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -1925,7 +1925,7 @@ mod cmd { 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)?; |