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

Incorrect Formatting Issue #70

Closed 4samsamAC closed 1 year ago

4samsamAC commented 1 year ago

I am facing an issue with the "Formatting Toggle" extension in Visual Studio Code. The extension is adding unwanted spaces in my code when formatting is enabled, causing errors in my script.

Tom-Bonnike commented 1 year ago

Hi, this can’t be related to the extension as it’s only handling whether the formatting is enabled or not. It must be related to some badly configured ESLint rule or a Prettier bug.