Releases: nextflow-io/language-server
Releases · nextflow-io/language-server
v25.04.3
v25.04.2
- Fix semantic highlighting of output directives
- Bump Nextflow 25.04.4
v25.04.1
- Report paranoid warnings as information diagnostics
- Bump Nextflow 25.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