ZIm/crates/assistant/src
Kirpal Grewal 61225ecef7
Enable clippy::never_loop (#9006)
Three changes: two of which are changing `while let` construct to `if
let` as they unconditionally broke and one of which was removing a loop
in the `start_default_prettier` as it unconditionally broke in the
control flow for match installation task: the diff for this is larger
than needed as removing the loop changed a lot of indentation for
`rustfmt`.
2024-03-14 14:07:50 -04:00
..
assistant.rs Hide Inline Assist button if assistant.button is disabled (#7932) 2024-02-18 08:14:08 +02:00
assistant_panel.rs Enable clippy::never_loop (#9006) 2024-03-14 14:07:50 -04:00
assistant_settings.rs Assign OpenAI model based on Azure OpenAI deployment ID (#8835) 2024-03-04 11:19:32 -05:00
codegen.rs Enable clippy::single_char_pattern (#8727) 2024-03-02 17:04:59 -05:00
prompts.rs Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00
streaming_diff.rs rename ai crate to assistant crate 2023-09-21 21:54:59 -04:00