- Trigger
trimOnSave
on auto-saves along with manual saves to maintain backward compatibility
- Allow specific schemes to be ignored.
- Add options to change background and border colors of highlighting.
- Add option to disable status bar message.
- Only attach VSCode event listeners if current settings require them.
- Major refactor to simplify the core extension logic.
- Ignore
output
scheme by default
- Fix "Trim on Save" requiring file to be saved twice.
- Fix error when trying to read saved document for non-file schemes.
- Remove "Save after Trim" as current VSCode lifecycle for text editor commands does not provide a clean way to implement this feature.
- Remove
deleteInFolder
anddeleteInFolderRecursive
functionality which was experimental.