git_ui: Hide breakpoints in commit views (#44484)

Release Notes:

- Improved commit view to not show breakpoints on hover

Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
This commit is contained in:
Xiaobo Liu
2025-12-09 13:47:45 +00:00
committed by GitHub
parent abf90cc274
commit 4d0cada8f4
+1
View File
@@ -152,6 +152,7 @@ impl CommitView {
Editor::for_multibuffer(multibuffer.clone(), Some(project.clone()), window, cx);
editor.disable_inline_diagnostics();
editor.set_show_breakpoints(false, cx);
editor.set_expand_all_diff_hunks(cx);
editor