zed/crates/editor/src
Antonio Scandurra 93ceb89c0c
Never show whitespace-only Copilot suggestions (#7623)
Fixes https://github.com/zed-industries/zed/issues/7582

Release Notes:

- Fixed a bug that caused Copilot to suggest leading indentation even
after the user accepted/discarded a suggestion
([#7582](https://github.com/zed-industries/zed/issues/7582))

Co-authored-by: Thorsten Ball <thorsten@zed.dev>
Co-authored-by: Bennet <bennetbo@gmx.de>
2024-02-09 18:05:14 +01:00
..
display_map Open URLs with cmd-click (#7312) 2024-02-02 22:05:28 -07:00
git Permalink add Gitee host support (#7134) 2024-01-31 08:54:03 +01:00
scroll Links to channel notes (#7262) 2024-02-01 22:22:02 -07:00
test Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
actions.rs Add open permalink to line action (#7562) 2024-02-08 11:40:38 -05:00
blink_manager.rs
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05:00
display_map.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
editor.rs Never show whitespace-only Copilot suggestions (#7623) 2024-02-09 18:05:14 +01:00
editor_settings.rs Editor toolbar configuration (#7338) 2024-02-03 22:40:54 +02:00
editor_tests.rs Add unique lines command (#7526) 2024-02-08 17:13:15 +02:00
element.rs Add open permalink to line action (#7562) 2024-02-08 11:40:38 -05:00
git.rs
highlight_matching_bracket.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
hover_links.rs Fix hover links in channel buffers (#7393) 2024-02-05 10:57:53 -07:00
hover_popover.rs Open URLs with cmd-click (#7312) 2024-02-02 22:05:28 -07:00
inlay_hint_cache.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
items.rs Editor toolbar configuration (#7338) 2024-02-03 22:40:54 +02:00
mouse_context_menu.rs Links to channel notes (#7262) 2024-02-01 22:22:02 -07:00
movement.rs Fix Vim 'e' Behavior When Boundary Is Last Point on Line (#7424) 2024-02-06 20:25:56 -07:00
persistence.rs
rust_analyzer_ext.rs
scroll.rs vim hml (#7298) 2024-02-02 19:24:36 -07:00
selections_collection.rs
test.rs