ZIm/crates/snippet_provider
Michael Sloan c74ecb4654
Warn about unknown fields when editing settings json (#33678)
Closes #30017

* While generating the settings JSON schema, defaults all schema
definitions to reject unknown fields via `additionalProperties: false`.

* Uses `unevaluatedProperties: false` at the top level to check fields
that remain after the settings field names + release stage override
field names.

* Changes json schema version from `draft07` to `draft_2019_09` to have
support for `unevaluatedProperties`.

Release Notes:

- Added warnings for unknown fields when editing `settings.json`.
2025-06-30 23:34:25 +00:00
..
src Warn about unknown fields when editing settings json (#33678) 2025-06-30 23:34:25 +00:00
Cargo.toml Fix snippets from extensions being listed twice (#28940) 2025-04-17 10:43:49 -04:00
LICENSE-GPL Snippets: Move snippets into the core of editor (#13937) 2024-07-09 14:02:36 +02:00