ZIm/crates/vim/src
Remco Smits 01295aa687
debugger: Fix the JavaScript debug terminal scenario (#33924)
There were a couple of things preventing this from working:

- our hack to stop the node REPL from appearing broke in recent versions
of the JS DAP that started passing `--experimental-network-inspection`
by default
- we had lost the ability to create a debug terminal without specifying
a program

This PR fixes those issues. We also fixed environment variables from the
**runInTerminal** request not getting passed to the spawned program.

Release Notes:

- Debugger: Fix RunInTerminal not working for JavaScript debugger.

---------

Co-authored-by: Cole Miller <cole@zed.dev>
2025-07-05 19:48:55 -04:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
test gpui: Add keybind metadata API (#33316) 2025-06-24 16:07:45 +00:00
change_list.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
command.rs debugger: Fix the JavaScript debug terminal scenario (#33924) 2025-07-05 19:48:55 -04:00
digraph.rs gpui: Simplify Action macros + support doc comments in actions! (#33263) 2025-06-24 04:34:51 +00:00
helix.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
indent.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
insert.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
mode_indicator.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
motion.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
normal.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
object.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
replace.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
rewrap.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
state.rs Simulate helix line wrapping (#32763) 2025-06-24 10:51:41 -06:00
surrounds.rs vim: Respect count for paragraphs (#33489) 2025-06-27 22:05:47 -06:00
test.rs Allow repeat in visual mode (#33569) 2025-06-30 14:04:28 -06:00
vim.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
visual.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00