Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.33 KB

File metadata and controls

29 lines (27 loc) · 1.33 KB

Change Log

1.0.0

  • Created fork of abandoned https://github.com/soderlind/vscode-phpcbf
  • Added functionality to "Format Selection" on code select and right-click
  • Fixed bug where the extension would hang if there were no errors to be found
  • Auto format extension.js

0.0.8

  • Allow configuration from .vscode/settings.json when in a Multi-root project. @WraithKenny #6

0.0.7

  • In documentation, rename named anchor.

0.0.6

  • Minor fixes.
  • Add license file.
  • Update documentation.

0.0.5

  • Fix format on save, either set setting "phpcbf.onsave": true or "editor.formatOnSave": true

0.0.4

  • Add the phpcbf.debug setting. When enabled, output from phpcbf will be written to the console.

0.0.3

  • Fix phpcbf hanging issue by closing stdin @shivanandwp #2
  • For relative links in settings executablePath, add support for multi-root workspaces, i.e. will look for phpcbf in all workspaces
  • Add support for period in the path: { "phpcbf.executablePath" : "./vendor/bin/phpcbf" }, i,e, the period is the workspace root

0.0.2

  • Update documentation about the phpcbf.executablePath setting.
  • Add credits, copyright and license.

0.0.1

  • Initial release.