Tom-Bonnike / vscode-formatting-toggle

A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.
https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle
MIT License
60 stars 13 forks source link

Support toggling `files` formatting options #55

Closed kidonng closed 3 years ago

kidonng commented 4 years ago

Could you please add support for toggling the following options, which is also tied to formatting?

Tom-Bonnike commented 4 years ago

That would make sense. formattingToggle.affects could be updated to accept those.

Tom-Bonnike commented 3 years ago

Fixed with v3.0.0. The extension can now toggle any boolean setting that lives at the root of the VS Code configuration, including the 3 you suggested. Thank you!

kidonng commented 3 years ago

You are awesome ✨