All notable changes to the "vscode-beancount-formatter" extension will be documented in this file.
- bugfix#19, thanks @whusnoopy
- Add option doc for
fixedCJKWidth
- #18, Add option
fixedCJKWidth
to treat CJK aka East Asian characters as two letters width.
- #8,
CURRENCY_RE
should full match line.
- Fix #8, string repeat a negative number.
- Big change, the extension do not require
beancount
anymore.
- Fix get workspace path error
- Add more console log for error message
- Fix command not found when using remote-wsl
- Added more customization options
- add changelog
- bugfix, replace
cr
andcrlf
withlf
- Initial release