ZIm/crates/repl/src
Andrew Borg (Kashin) 2ef4883937
terminal: Drain task output on completion (#23085)
Now we ensure that task output is fully drained and printed to Zed
terminal pane on task completion.

This change depends on a recent change to alacritty_terminal crate:
5e78d20c70.

Closes https://github.com/zed-industries/zed/issues/18342

Release Notes:

- Fixed missing task terminal output on Linux for short-running commands
2025-01-17 08:00:53 +00:00
..
components Add Corner to geometry and make names of corner methods consistent (#22119) 2024-12-16 22:57:15 -07:00
kernels Refactor file icons to use IconTheme (#23153) 2025-01-14 22:49:36 +00:00
notebook Dequalify WindowContext and AsyncWindowContext identifiers (#22444) 2024-12-28 21:21:32 +00:00
outputs terminal: Drain task output on completion (#23085) 2025-01-17 08:00:53 +00:00
components.rs Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
jupyter_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
notebook.rs Initial Notebook UI structure (#19756) 2024-10-29 11:30:07 -07:00
outputs.rs Upgrade repl dependencies (#21431) 2024-12-02 15:22:03 -08:00
repl.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
repl_editor.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
repl_sessions_ui.rs Optimize REPL kernel spec refresh (#21844) 2024-12-11 06:20:44 -08:00
repl_store.rs Add telemetry::event! (#22146) 2024-12-17 11:39:18 -07:00
session.rs Add a CI check for todo! and FIXME comments (#21950) 2024-12-20 08:38:50 +00:00