@DanTup would it be possible to get support for VSCode feature to only format changed chunks?
https://code.visualstudio.com/updates/v1_49#_only-format-modified-text
settings.json:
"dart.enableSdkFormatter": true,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
This causes nothing to be formatted for me.