- Initial release
- Adds a configuration option,
stackEnable
to run Brittany viastack exec
#5 by @mnxn - Saves the file before formatting. This prevents recent changes from being lost #4 by @mnxn
- By default, files with CRLF line endings (Windows standard) will be replaced with LF to avoid upstream issues with the Brittany executable inserting extra newlines.
- Adds a configuration option,
keepCRLF
to keep CRLF line endings instead of replacing them with LF #12 by @mnxn
- Update to latest VSCode formatting API
- No longer create temporary files
- Get
additionalFlags
working again
- Fix error when
additionalFlags
is empty - Use
brittanyCmd
when stack is not enabled
- Write errors to output instead of developer console
- Add
showErrorNotification
option to to configure whether to show a vscode error notification when brittany fails.
- Always use workspace as working directory for command, if available
- Suppress stack warnings