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.
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.
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.