Skip to content

Commit

Permalink
Remove not needed action
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSmitsDev committed Aug 4, 2024
1 parent 5a60145 commit bf81434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/debugger_ui/src/debugger_panel_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ impl DebugPanelItem {

let output_editor = cx.new_view(|cx| {
let mut editor = Editor::multi_line(cx);
editor.move_to_end(&editor::actions::MoveToEnd, cx);
editor.set_placeholder_text("Debug adapter and script output", cx);
editor.set_read_only(true);
editor.set_show_inline_completions(false);
Expand Down

0 comments on commit bf81434

Please sign in to comment.