zed/crates/language
Marshall Bowers 71cc95d315
Remove copilot and show_copilot_suggestions setting aliases (#13167)
This PR removes the Copilot-specific aliases for the
`inline_completions` and `show_inline_completions` settings.

While these aliases were added to maintain backward-compatibility, the
aliasing behavior here can lead to a confusing experience when both keys
end up in the `settings.json`.

Release Notes:

- Breaking Change: Removed the `copilot` alias for the
`inline_completions` setting. If you have settings under `copilot` they
should get moved to `inline_completions`.
- Breaking Change: Removed the `show_copilot_suggestions` alias for the
`show_inline_completions` setting.
2024-06-17 15:51:37 -04:00
..
src Remove copilot and show_copilot_suggestions setting aliases (#13167) 2024-06-17 15:51:37 -04:00
build.rs
Cargo.toml Overhaul inline assistant (#12846) 2024-06-11 12:39:45 +02:00
LICENSE-GPL