Revert "Add a way to toggle inlay hints with modifiers" (#25764)
This PR caused inlay hints to show on every modifiers press Reverts zed-industries/zed#25752 Release Notes: - N/A
This commit is contained in:
parent
6856e869fc
commit
c5632f8c31
10 changed files with 9 additions and 101 deletions
|
@ -1537,7 +1537,6 @@ async fn test_mutual_editor_inlay_hint_cache_update(
|
|||
show_parameter_hints: false,
|
||||
show_other_hints: true,
|
||||
show_background: false,
|
||||
toggle_on_modifiers_press: None,
|
||||
})
|
||||
});
|
||||
});
|
||||
|
@ -1553,7 +1552,6 @@ async fn test_mutual_editor_inlay_hint_cache_update(
|
|||
show_parameter_hints: false,
|
||||
show_other_hints: true,
|
||||
show_background: false,
|
||||
toggle_on_modifiers_press: None,
|
||||
})
|
||||
});
|
||||
});
|
||||
|
@ -1772,7 +1770,6 @@ async fn test_inlay_hint_refresh_is_forwarded(
|
|||
show_parameter_hints: false,
|
||||
show_other_hints: false,
|
||||
show_background: false,
|
||||
toggle_on_modifiers_press: None,
|
||||
})
|
||||
});
|
||||
});
|
||||
|
@ -1788,7 +1785,6 @@ async fn test_inlay_hint_refresh_is_forwarded(
|
|||
show_parameter_hints: true,
|
||||
show_other_hints: true,
|
||||
show_background: false,
|
||||
toggle_on_modifiers_press: None,
|
||||
})
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue