Bruno Meneguele

Results 16 issues of Bruno Meneguele

This MR bring different commits to handle different test failures we're seeing on every MR. Some failures were caused due to the nature of our test cases that run on...

The way the configuration is being sync'ed at startup in this Perl Language Sercer seems to be [deprecated](https://github.com/microsoft/vscode-languageserver-node/blob/2041784436fed53f4e77267a49396bca22a7aacf/client/src/common/configuration.ts#L124-L142) for quite some time already and might get removed from vscode-languageclient code...

enhancement

I've been trying to get the same behavior as `git` allows me when using something like ``` $ git commit -m "$(

When a user works with signed commits (SSH or GPG key) and wants to verify the keys locally, one must retrieve the public key for the commit's author from GitLab's...

Few years ago there was an [issue](https://github.com/file-icons/atom/issues/640) asking for changing the icon on Perl files. The conclusion of that discussion was that the Onion was what Perl community had the...

The workspaceFolder variable was being parsed in different options, but was missing for perlimports specific options. This commit adds this missing support.