Open nsrosenqvist opened 3 months ago
I think you need to see the error in Developer Tools Console,
VsCode -> Help -> Toogle Developer Tools
and then see what happen in console tab
Hi, I had the same issue without any error in the dev console or the php-cs-fixer console.
My issue was a wrong configuration, this was the missing configuration for me:
"[php]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "junstyle.php-cs-fixer",
},
I hope it will help you.
Not sure when, but a couple of months ago the "fix on save" option stopped working for me. Sometimes it works temporarily, but mostly not at all. Can anyone else reproduce this too?