mansoorkhan96 / php-cs-fixer

PHP CS Fixer extension for VS Code with zero config
https://marketplace.visualstudio.com/items?itemName=mansoorkhan96.php-cs-fixer
MIT License
12 stars 4 forks source link

Error executing with new VS Code update #5

Closed davidkoh83 closed 2 years ago

davidkoh83 commented 2 years ago

It seems that the extension cannot run with the latest version of VSCode that came out a few days ago

mansoorkhan96 commented 2 years ago

It seems that the extension cannot run with the latest version of VSCode that came out a few days ago

Hey, I am running Vscode version 1.64 and everything seems to be working for me. Do you get any error or warning or anything in the console that can help me understand the issue?

davidkoh83 commented 2 years ago

I am running v1.64 as well. Whenever I run it, it says "There was an error while running php-cs-fixer. Check the Developer Tools console for more information." The Debug Console is empty

davidkoh83 commented 2 years ago

Sorry. I just found out the reason. Apparently my custom setting file was deleted when VSCode updated because I placed it in the same folder as VSCode! Sorry to take up your time and keep up the good work!