openfoodfacts / openfoodfacts-server

Open Food Facts database, API server and web interface - 🐪🦋 Perl, CSS and JS coders welcome 😊 For helping in Python, see Robotoff or taxonomy-editor
GNU Affero General Public License v3.0
633 stars 371 forks source link

Support Perl Language Server in vscode #6505

Open alexgarel opened 2 years ago

alexgarel commented 2 years ago

It would be nice to have support for Perl Language Server in vscode.

alexgarel commented 2 years ago

This PR https://github.com/openfoodfacts/openfoodfacts-server/pull/6491 adds percritic and there is a first work to add perl language server.

For perlcritic we have to manually patch extension we should

However we are blocked by different issues for perl language server, in the configuration I imagined:

The author of the extension propose to go for ssh instead of launching through docker. This has the drawback that:

Third option is to go for vscode remote container the drawback here is that we have to:

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity.