zed/crates/task/src
Ian Chamberlain cd8679e81a
Allow trailing commas in builtin JSONC schemas (#43854)
The JSON language server looks for a top-level `allowTrailingCommas`
flag to decide whether it should warn for trailing commas. Since the
JSONC parser for these builtin files can handles trailing commas, adding
this flag to the schema also prevents a warning for those commas.

I don't think there's an issue that is only for this specific issue, but
it relates to *many* existing / older issues:
- #18509
- #17487
- #40970
- #18509
- #21303

Release Notes:

- Suppress warning for trailing commas in builtin JSON files
(`settings.json`, `keymap.json`, etc.)
2025-12-04 15:37:32 -05:00
..
adapter_schema.rs Default `#[schemars(deny_unknown_fields)] for json-language-server schemas (#33883) 2025-07-04 00:57:43 +00:00
debug_format.rs Allow trailing commas in builtin JSONC schemas (#43854) 2025-12-04 15:37:32 -05:00
serde_helpers.rs Migrate to schemars version 1.0 (#33635) 2025-06-30 21:07:28 +00:00
static_source.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
task.rs debugger: Allow users to include PickProcessId in debug tasks and resolve Pid (#42913) 2025-11-20 10:12:59 -05:00
task_template.rs Allow trailing commas in builtin JSONC schemas (#43854) 2025-12-04 15:37:32 -05:00
vscode_debug_format.rs debugger: Allow users to include PickProcessId in debug tasks and resolve Pid (#42913) 2025-11-20 10:12:59 -05:00
vscode_format.rs Show more info in the UI and logs (#33841) 2025-07-03 09:15:50 +00:00