- Feat: Enable suppressing diagnostics per-line by adding a
# yaml-language-server-disablecomment vscode-yaml#666 - Feat: Allow
yaml.validateandyaml.format.enableto be overriden in language-specific settings #1188 - Fix: Do not register the extension for templated YAML languages (such as Helm, Jinja, etc.) vscode-yaml#1204
- Fix: Handle default booleans and integers properly in required properties completion vscode-yaml#1205
- Fix: Prevent infinite
$refresolution loops #1195 - Fix: Preserve document end marker (
...) when formatting (by updating prettier to 3.8.1) vscode-yaml#1211 - Fix: Don't escape '-' in hover text, since it was breaking links #1151
- Fix: Attempt to resolve a schema referenced through a relative
$reflocally before performing a remote$idlookup #1186 - Fix: Improve documentation of
yaml.schemassetting vscode-yaml#1207
Thanks to Simon Heather for your contributions