Skip to content

Releases: Tom-Bonnike/vscode-formatting-toggle

v3.2.0

03 Oct 10:59
Compare
Choose a tag to compare

• Add formattingToggle.statusBarText setting so the status bar text can be configured. (#68)
• Update dependencies.

v3.1.1

19 Jul 07:58
Compare
Choose a tag to compare
  • Fix multiple editor.codeActionsOnSave settings not getting toggled correctly.

v3.1.0

17 Jul 20:23
Compare
Choose a tag to compare
  • Added support for editor.codeActionsOnSave. (#65)
  • Update dependencies. (831ac2d, 9a61f17)

v3.0.0

23 Oct 18:56
Compare
Choose a tag to compare
  • ⚠️ Breaking: the formattingToggle.affects option now expects a full path for formatting settings (i.e. formatOnPasteeditor.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

15 Oct 15:11
dccaf75
Compare
Choose a tag to compare
  • 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 the formattingToggle.activateFor option.

v1.5.0

12 Mar 12:12
ef2a747
Compare
Choose a tag to compare
  • Update all dependencies and fix vulnerabilities. (#42)
  • Add extension icon. (#43)
  • Move vscode to a devDependency. (#45)

v1.4.0

10 Jun 14:23
Compare
Choose a tag to compare
  • Add formattingToggle.activateFor setting to allow users to choose which events the formatter should be activated back ON for. See README for usage examples. (#33, #35)
  • Update the extension’s description. (#34)

v1.3.0

09 Jun 21:23
Compare
Choose a tag to compare
  • Rename extension to increase visibility on the Extensions Marketplace. (#29)

v1.2.0

10 Feb 16:59
c27c1b1
Compare
Choose a tag to compare
  • Match Prettier’s status bar text. (#20)
  • Stop relying on the initial formatting configuration. (#21)
  • Toggle the status bar text automatically when user changes their configuration manually. (#23)

v1.1.2

08 Feb 20:10
933c7ca
Compare
Choose a tag to compare
  • 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]

  • Make it an actual status bar extension. (#10, #13)

[1.0.0]

  • Initial release with the working “Toggle formatting” command. (#3)