ZIm/crates/zed/src/zed
Marshall Bowers e215ca1d99
Dedupe AssistantSettings (#23190)
This PR dedupes the `AssistantSettings` so we can use the same settings
for both Assistant1 and Assistant2.

We originally forked them so we could change the Assistant2 settings
freely, but given our rollout strategy for the new Assistant, I don't
think that makes sense.

This also fixes the issue where the JSON language server would show a
"Matches multiple schemas when only one must validate" warning in
`settings.json`.

Closes #23171.

Release Notes:

- Fixed the "Matches multiple schemas when only one must validate"
warning for the `assistant` setting.
2025-01-15 18:52:54 +00:00
..
quick_action_bar Add toolbar spacing and alignment improvements (#22771) 2025-01-07 16:07:25 +00:00
app_menus.rs chore: Remove outline dependency from breadcrumbs (#22504) 2024-12-30 12:08:26 +00:00
inline_completion_registry.rs Check for predict-edits feature flag, remove is_staff check (#23165) 2025-01-15 13:52:10 +00:00
linux_prompts.rs linux: Make prompt detail selectable (#21405) 2024-12-06 09:26:47 -08:00
mac_only_instance.rs Use same logic for skipping single instance check on Linux as on Mac/Win (#19446) 2024-10-29 09:12:34 -07:00
open_listener.rs Add initial FreeBSD support (#20480) 2024-11-11 18:39:05 +01:00
quick_action_bar.rs Dedupe AssistantSettings (#23190) 2025-01-15 18:52:54 +00:00
windows_only_instance.rs Use same logic for skipping single instance check on Linux as on Mac/Win (#19446) 2024-10-29 09:12:34 -07:00