edit predictions: Rename edit prediction modes (#25657)
`auto` -> `stealth` `eager_preview` -> `eager` Release Notes: - N/A --------- Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
parent
7a34dd9888
commit
d694458659
4 changed files with 13 additions and 12 deletions
|
@ -4959,7 +4959,7 @@ impl Editor {
|
|||
});
|
||||
|
||||
let preview_requires_modifier =
|
||||
all_language_settings(file, cx).edit_predictions_mode() == EditPredictionsMode::Auto;
|
||||
all_language_settings(file, cx).edit_predictions_mode() == EditPredictionsMode::Subtle;
|
||||
|
||||
EditPredictionSettings::Enabled {
|
||||
show_in_menu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue