mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 08:34:11 +00:00
(This should be merged after #48332) This PR exposes the LSP settings schema functionality to extensions, allowing them to provide JSON schema for `initialization_options` and `settings` fields to enable autocomplete in settings files. New extension API methods (v0.8.0+): - `language_server_initialization_options_schema` - `language_server_settings_schema` Both methods return an optional JSON string conforming to JSON schema. Older extension versions gracefully return `None`. Release Notes: - Added support for settings schemas for the next version of the extension API so that settings autocompletion can be provided for language server settings. --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: MrSubidubi <finn@zed.dev> |
||
|---|---|---|
| .. | ||
| since_v0.0.1 | ||
| since_v0.0.4 | ||
| since_v0.0.6 | ||
| since_v0.1.0 | ||
| since_v0.2.0 | ||
| since_v0.3.0 | ||
| since_v0.4.0 | ||
| since_v0.5.0 | ||
| since_v0.6.0 | ||
| since_v0.8.0 | ||