-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Add Nextflow language server #7480
base: main
Are you sure you want to change the base?
Add Nextflow language server #7480
Conversation
f31e7b2
to
9679634
Compare
@edmundmiller I know I closed my PR, but I think it would be a good idea to update this PR to use the language server directly rather than the VS Code extension since the repo has CI/CD setup now |
From mason-org#7713 Co-authored-by: mehalter <[email protected]>
@mehalter Done! Let me know if you know how to take care of the other steps like lsp-config, or how to get this set up minimally with neovim! I think we should add those instructions to the |
Thanks @edmundmiller I left a few comments for things to fix in the spec here and I commented on the issue you opened on the language server itself with the Neovim installation instructions! |
Co-authored-by: Micah Halter <[email protected]>
This language server has been added to |
@mehalter So this PR is blocked until the mason-lspconfig PR gets unblocked? |
No, this PR needs to be merged before |
1 similar comment
No, this PR needs to be merged before |
Gotcha! Anything we need to do here then? First time contributor here 😬 |
Describe your changes
Adds the Nextflow language server that's in the VS Code extension.
Let me know if there's a better way of doing this!
Issue ticket number and link
Checklist before requesting a review
Screenshots