Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:47
· 5 commits to main since this release
d24874c

Changed

  • The Format document using Laravel Pint command now always formats the open PHP buffer in memory and never saves the file as part of formatting [#78]
  • Document formatting now sends source to Pint through stdin (- and --stdin-filename) and applies Pint's stdout as a VS Code text edit, removing temporary-file round trips
  • Docker document formatting now forwards stdin with docker exec -i

Fixed

  • Preserve Pint stdout exactly when formatting documents, including final newlines
  • Run macOS integration tests against the modern VS Code Code executable when the legacy Electron launcher is unavailable