zed/crates/repl/src
ImFeH2 bc528411df
Preserve trailing newline in TerminalOutput::full_text (#38061)
Closes #30678

This is caused by `TerminalOutput::full_text` triming trailing newline
when creating the "REPL Output" buffer.

Release Notes:

- fix: Preserve trailing newline in `TerminalOutput::full_text`
2025-09-23 12:11:35 -07:00
..
components Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
kernels toolchains: Allow users to provide custom paths to toolchains (#37009) 2025-09-06 00:47:39 +02:00
notebook Make entry_for_path return a reference instead of cloning (#37591) 2025-09-05 00:26:37 +00:00
outputs Preserve trailing newline in TerminalOutput::full_text (#38061) 2025-09-23 12:11:35 -07:00
components.rs Show kernel options in a picker (#20274) 2024-11-07 17:59:53 -08:00
jupyter_settings.rs settings: Use a derive macro for refine (#38451) 2025-09-18 21:13:49 +00:00
notebook.rs Initial Notebook UI structure (#19756) 2024-10-29 11:30:07 -07:00
outputs.rs activity_indicator: Show extension installation and updates (#37374) 2025-09-02 16:51:13 +02:00
repl.rs Expose REPL Settings (#37927) 2025-09-13 23:17:44 +00:00
repl_editor.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
repl_sessions_ui.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
repl_settings.rs settings: Use a derive macro for refine (#38451) 2025-09-18 21:13:49 +00:00
repl_store.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
session.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00