-
Notifications
You must be signed in to change notification settings - Fork 765
Fix strict syntax errors #1551
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
Fix strict syntax errors #1551
Conversation
Signed-off-by: Ben Sherman <[email protected]>
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.2.0. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
upstream changes are in nf-core/modules#8400 |
Doing local ones and updating all components (pulling in maxime's changes) as part of #1560, so closing |
This PR fixes syntax errors reported by the language server /
nextflow lint
.The next release of the VS Code extension comes with a custom Pipeline view, which uses the language server to display a tree view of workflows and processes. Due to these syntax errors, the language server isn't able to parse several files and as a result the Pipeline view is incomplete. Fixing these syntax errors should allow the language server to provide the entire call tree.