soderlind / vscode-phpcbf

PHP Code Beautifier and Fixer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=persoderlind.vscode-phpcbf
GNU General Public License v3.0
28 stars 10 forks source link

Warning in debugger tools when saving file #19

Open seangwright opened 6 years ago

seangwright commented 6 years ago

In my .vscode/settings.json I have

  "phpcbf.onsave": true,

Scenario: A file is already formatted (having just saved it) and I save the file again.

When I have

"[php]": {
    "editor.formatOnSave": true
  }

I get this warning in the developer tools console vscode-developer-tools-warning

When I remove it I get this warning

vscode-developer-tools-warning-listener-failed

Formatting seems to be working correctly but I wasn't sure if maybe I had something misconfigured.

divined commented 5 years ago

The same