richterger / Perl-LanguageServer

Language Server for Perl
Other
220 stars 53 forks source link

Perl::Tidy is needed for the Vscode extension #153

Closed vitteloil closed 1 year ago

vitteloil commented 1 year ago

When PLS is used as the debugger in VSCODE and Perl::Tidy isn not installed, saving a file will format it to a blank file. The formatter is enabled by default in VSCODE so I believe Perl::Tidy should be a dependency of PLS.

richterger commented 1 year ago

Perl::Tidy is optional since commit d5df3f0fe0c72a430fb0df212649e668627d5070. Will be in the next release.