fix(mod_format): move smartconfig file renaming into the formatter orchestrator

This commit is contained in:
2026-03-24 19:59:13 +00:00
parent b257c82bd6
commit bf858c8650
4 changed files with 48 additions and 60 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-24 - 2.13.14 - fix(mod_format)
move smartconfig file renaming into the formatter orchestrator
- Renames smartconfig.json or npmextra.json to .smartconfig.json before formatters run
- Simplifies the smartconfig formatter to only read and modify .smartconfig.json
- Removes create/delete change planning for config renames and applies only content updates within the formatter
## 2026-03-24 - 2.13.13 - fix(vscode-template)
update VS Code schema matching to use .smartconfig.json