Releases: open-southeners/vscode-laravel-pint
Releases · open-southeners/vscode-laravel-pint
v1.3.0
Fixed
- Fix casing on case-insensitive filesystems [#67] (thanks @adrum)
Changed
- Pint config json schema updated to PHP CS Fixer 3.56.2
Removed
- Pint config json schema with Laravel Pint own fixers (
Laravel/laravel_phpdoc_alignment
)
v1.2.1
Fixed
- Fix compatibility with Laravel Herd on Windows [#62] (thanks @vikas5914)
v1.1.8
Fixed
Changed
- Pint config json schema updated to PHP CS Fixer 3.49.0
v1.1.6
Fixed
- Use relative path as Pint uses current working directory (cwd) [#50 #51] (thanks @mho22)
- Ignore VSCode excluded paths so Pint executable can be found [#46 #45] (thanks @fritz-c)
Changed
- VSCode minimum version upgraded (
1.68.0
to 1.82.0
)
- Pint config json schema updated to PHP CS Fixer 3.41.1
v1.1.5
Added
PER
preset to JSON schema and config [#41]
- Fixes to JSON schema generator [#40 #42] (thanks @yaegassy)
v1.1.4
Fixed
- Issue resolving fallback to global Pint binary [#28] (thanks @jasonvarga)
v1.1.2
Changed
- Use global context for extension initial installation auto-config [#24]
v1.1.1
Fixed
- Custom config file path resolution (now yes, thanks to @adrum for the PR) [#23]
- Workspace files format command
Changed
laravel-pint.configPath
now is also being used by the extension's exclude paths