You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Retrieve the list of included plugins from the "main" config file
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: