-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
PHP_CodeSniffer version 3.4.2
VS Code version 1.36.1
I can format the document by using Shift+Alt+F but the onSave setting is not formatting the document.
Turned on debugging and nothing is showing in the debug console. Here are my settings:
{
"php.suggest.basic": false,
"php.validate.enable": false,
"php.executablePath": "C:\\wamp64\\bin\\php\\php7.0.33\\php.exe",
"phpcs.standard": "WordPress",
"phpcbf.standard": "WordPress",
"phpcbf.onsave": true,
"phpcbf.documentFormattingProvider": true,
"phpcs.autoConfigSearch": false,
"phpcbf.debug": true,
"[php]": {
"editor.formatOnSave": true
},
"phpcbf.executablePath": "phpcbf.bat"
}
Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels