Skip to content

v7.0.6

Choose a tag to compare

@github-actions github-actions released this 06 Jun 04:50
Immutable release. Only release title and notes can be modified.

[7.0.6] - 2026-06-06

✨ Features

  • 1ba237b — ✨ [feat] Enhance VS Code schema handling by removing enum constraints

  • Introduced removeDynamicVscodeSettingEnums function to eliminate enum constraints from VS Code setting schemas.

  • Added removeEnumConstraint function to remove all enum-related properties from schema branches.

  • Updated sanitizeVscodeSchema to utilize the new enum removal functions.

  • Modified test schemas to reflect changes in enum handling for editor.defaultFormatter.

  • Added assertions in tests to ensure proper schema loading and validation.

🧹 Chores