Releases: nextflow-io/language-server
Releases · nextflow-io/language-server
v25.04.0
- Support
azure.batch.pool.<name>config scope - Add name checking for config files
- Add label details to completions
- Highlight callable variables as functions
- Improve scope checking for operators and operator closures
- Improve completions and hover hints for standard types
- Move compiler module into Nextflow (nf-lang)
- Add unit tests
- Initialize workspace in background
- Bump Nextflow 25.04.0
v24.10.4
- Fix formatting of assert statements
- Improve logging of compiler exceptions
- Add command to preview workspace
- Fix out-of-bounds error when applying incremental file changes
v24.10.3
- Fix formatting of param declarations
v24.10.2
- Show error when formatting is cancelled due to syntax errors
- Add option to toggle extended completions
- Add option for max completion items
- Replace paranoid warnings flag with error reporting mode
- Add option to sort script declarations
- Fix bug with formatting closure with labels
v24.10.1
- Add formatting option for Mahesh form
- Fix formatting of closures with no parameters
v24.10.0
- Fix
setassignment with pipe - Fix issues with lowering to Groovy AST
v1.0.4
v1.0.3
- Declare
setvariables 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
shellblock - 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