Releases: nextflow-io/language-server
Releases · nextflow-io/language-server
v25.04.1
v24.10.5
- Remove extraneous deprecation warnings
- Report paranoid warnings as information diagnostics
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
set
assignment with pipe - Fix issues with lowering to Groovy AST
v1.0.4
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