- Add new "QML Format" output channel in VS Code to access logs of the extension.
- Fix duplicated new lines when using
windows
newline mode (#2). - Fix error while formatting file bigger than ~1 MB.
- Fix possible warnings outputed by
qmlformat
reported as errors in VS Code. - Fix formatting error of files identifed in VSCode as "QML" but without ".qml" extension.
- Fix formatting error on recent versions of
qmlformat
(#1). - Fix error when formatting an empty file.
- Fix Changelog not updated in Marketplace.
- Add
"qmlFormat.command"
settings to optionally configureqmlformat
executable path. - Add
"qmlFormat.extraArguments"
settings to optionally use additional formatting arguments.
- Loosen minimum VS Code version requirement.
- Initial release