vscode-pmaher

Results 3 comments of vscode-pmaher

Same issue here, using VS Code 1.44.0 on Windows tried: ` "html.autoClosingTags": true, "auto-close-tag.SublimeText3Mode": true` and ` "html.autoClosingTags": false, "auto-close-tag.SublimeText3Mode": true` Neither work as expected

I have exact same problem - does not work with full path to my phar or with default settings ``` "php-cs-fixer.executablePath": "${extensionPath}\\php-cs-fixer.phar", "[php]": { "editor.defaultFormatter": "junstyle.php-cs-fixer", "editor.formatOnSave": false }, "php-cs-fixer.rules":...

OK, I see what's happening here now ....If you have other PHP extensions installed in VS Code you may have the built in PHP features disabled. Firstly I needed to...