richterger / Perl-LanguageServer

Language Server for Perl
Other
219 stars 53 forks source link

[question] How to disable .vscode/perl-lang? #176

Closed Freed-Wu closed 1 year ago

Freed-Wu commented 1 year ago

Comes from https://github.com/bmeneg/coc-perl/issues/17. TIA!

richterger commented 1 year ago

Set perl.disableCache to true

Freed-Wu commented 1 year ago

Is it possible to allow user change cache path to another path?

Such as edit /dev/shm/a.pl will create cache in ~/.cache/perl-lang/%dev%shm%a.pl. Not only it can support cache to fasten, but also allow user to edit any file in readonly directories.