Releases: nextflow-io/language-server
Releases · nextflow-io/language-server
v1.0.3
- Declare
set
variables as workflow-scoped variables - Provide more hover hints and auto-completions
- Add
sleep()
function - Improve auto-includes for code completion
- Always show Preview DAG button
- Include top-level properties in parameter schema
- Preserve Groovy-style type annotations in formatting, remove warning
- Fix include resolution when a source file is deleted
- Rename suppressFutureWarnings -> paranoidWarnings
- Eliminate some false positive warnings
- Wrap lines based on trailing comma
v1.0.2
- Remove trailing spaces in formatting
- Add deprecation warning for
shell
block - Improve help text of completion items
- Add hyperlinks to DAG preview
- Fix spread-dot and safe-dot in formatting
- Preserve comments in process and output definitions
- Add feature flags to config schema
- Move shared code for Nextflow CLI into separate subproject
- Remove warning for workflow-local variables declared without
def
- Fix resolution of classes in lib directory
- Improve parsing of parameter schema
- Improve formatting of include declarations
v1.0.1
- Add throw statement to formatter
- Improve string formatting
- Improve warning for unused parameter
- Upgrade Nextflow dependency to 24.10
- Fix formatting of variable declaration with no initial value
- Add missing config options for executor, mail
- Improve parsing of workflow definitions