Perl-LanguageServer icon indicating copy to clipboard operation
Perl-LanguageServer copied to clipboard

Does not parse Perl files with no extension?

Open jaguart opened this issue 9 months ago • 3 comments

Newbie, so apologies if I've missed something. Environment: Windows 11 VSCode client, Debian WSL server - all appears to be working fine.

Our Perl scripts do NOT have a .pl extension.

I have "perl.fileFilter": [""] in settings.json

I see LS: initial parsing done, loaded 44 files, parsed files, 44 files and wonder about the number of parsed files being blank?

This screenshot shows a tiny script, the LS output and an empty Outline - I would have expected to see the sub foo in the Outline: image

So I think the LS has an issue with files without an extn?

jaguart avatar May 13 '24 14:05 jaguart