Open SirLouen opened 1 week ago
This extension is a wrapper for the phpcbf tool. If you have issues with the inner working of that you will need to report it to the phpcs/phpcbf devs.
Maybe is not getting correctly the Wordpress CS for passing them to phpsab? Are there any debug flags to check for this?
You can see the commands that the extension is running by turning on debugging in settings and then looking in output in vscode and selecting this extension output.
This is my settings.json config
It's using WordPress Coding Standards
When I have for example this code:
And I save, since there is a WordPress CS rule that says that there should be a space between
(
and!
it applies it correctly, but at the same time it applies one indentation to the whole code instead of just applying the space as expected and exitingI'm assuming this is a bug.