Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins #11

Open
bentsherman opened this issue Jun 19, 2024 · 2 comments
Open

Plugins #11

bentsherman opened this issue Jun 19, 2024 · 2 comments

Comments

@bentsherman
Copy link
Member

Nextflow plugins can provide additional config settings, functions, operators, and channel factories. In order for the language server to provide code intelligence for plugins, it needs to:

  1. Retrieve the list of included plugins from the "main" config file
  2. Fetch plugin metadata from either (1) the plugin downloads folder (i.e. using Nextflow's plugin system) or (2) some index file which is produced by the plugin build and published to the plugin registry
@bentsherman bentsherman added this to the 1.0.0 milestone Sep 14, 2024
@bentsherman bentsherman removed this from the 1.0.0 milestone Oct 23, 2024
@jfy133
Copy link

jfy133 commented Jan 9, 2025

I just encountered this issue myself, and @awgymer pointed to me this! Is it possible to 'deactivate' these warnings via a config file in the meantime?

@bentsherman
Copy link
Member Author

I was thinking about adding a config setting for "ignored config scopes"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants