- Allow configuration from
.vscode/settings.json
when in a Multi-root project. @WraithKenny #6
- In documentation, rename named anchor.
- Minor fixes.
- Add license file.
- Update documentation.
- Fix format on save, either set setting
"phpcbf.onsave": true
or"editor.formatOnSave": true
- Add the
phpcbf.debug
setting. When enabled, output from phpcbf will be written to the console.
- 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
- Update documentation about the
phpcbf.executablePath
setting. - Add credits, copyright and license.
- Initial release.