zed/crates/settings
Dino b029238af2
settings: Extract project settings JSON schema (#47939)
Introduces a separate JSON schema for project settings that excludes
user-only settings like `auto_update`, `telemetry`, `vim_mode`, etc.
This provides more accurate autocomplete and validation when editing
`.zed/settings.json`.

- Add `SettingsStore::project_json_schema`
- Map `.zed/settings.json` to `zed://schemas/project_settings` schema URL

Release Notes:

- Improved autocomplete for the project settings file
(`.zed/settings.json`) to only include settings that are valid at the
project level, excluding user-only settings.
2026-01-30 18:55:09 +00:00
..
src settings: Extract project settings JSON schema (#47939) 2026-01-30 18:55:09 +00:00
Cargo.toml acp: Allow installing ACP agents from the registry (#47218) 2026-01-20 14:06:21 +00:00
LICENSE-GPL