v7.0.6
Immutable
release. Only release title and notes can be modified.
[7.0.6] - 2026-06-06
- Commit Range: ➡️
1ba237b...f65ec53
✨ Features
-
1ba237b— ✨ [feat] Enhance VS Code schema handling by removing enum constraints -
Introduced
removeDynamicVscodeSettingEnumsfunction to eliminate enum constraints from VS Code setting schemas. -
Added
removeEnumConstraintfunction to remove all enum-related properties from schema branches. -
Updated
sanitizeVscodeSchemato 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
f65ec53— Release v7.0.6