Releases: Tom-Bonnike/vscode-formatting-toggle
Releases · Tom-Bonnike/vscode-formatting-toggle
v3.2.0
v3.1.1
- Fix multiple
editor.codeActionsOnSave
settings not getting toggled correctly.
v3.1.0
v3.0.0
⚠️ Breaking: theformattingToggle.affects
option now expects a full path for formatting settings (i.e.formatOnPaste
→editor.formatOnPaste
). (3f2bf6c)- The extension now supports toggling any boolean setting that lives at the root of the VSCode configuration via the
formattingToggle.affects
option. (3f2bf6c) - Update dependencies. (c858241)
v2.0.0
- Rewrite the extension to make the code simpler and more robust (#50). This also:
- Removes unneeded dependencies, updates dependencies and fixes npm vulnerabilities.
- Stops using the extension context global state to pass values around since it wasn’t needed and made the code more complicated than it should have been. This fixes the status bar text not being synced across multiple VS Code windows.
- Add
formattingToggle.affects
setting (#51). See the README for usage examples.⚠️ Breaking: This also deprecates theformattingToggle.activateFor
option.
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.2
- Fix formatting settings not being toggled if they were all set to false when VSCode was first launched.
formatOnType
is now never toggled on if it wasn’t part of the user’s config beforehand, which is expected behaviour. (#17)
[1.1.1]
- Fix formatting settings never being toggled back on using the status bar. (#16)
[1.1.0]
[1.0.0]
- Initial release with the working “Toggle formatting” command. (#3)