Skip to content

v7.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Jun 03:59
Immutable release. Only release title and notes can be modified.

[7.0.5] - 2026-06-01

✨ Features

  • b586542 — ✨ [feat] Normalize VS Code schema handling and improve empty enum removal

  • Introduce sanitizeVscodeSchema function to clean up VS Code schemas by removing empty enum placeholders.

  • Refactor removeEmptyEnum to handle nested properties more efficiently.

  • Update tests to validate normalization of workspace settings schemas and ensure compatibility with VS Code.

🧹 Chores