Skip to content

Releases: nextflow-io/language-server

v25.04.1

13 May 15:05
37c9203
Compare
Choose a tag to compare
  • Report paranoid warnings as information diagnostics
  • Bump Nextflow 25.04.1

v24.10.5

13 May 14:45
ca689cc
Compare
Choose a tag to compare
  • Remove extraneous deprecation warnings
  • Report paranoid warnings as information diagnostics

v25.04.0

08 May 21:15
159b189
Compare
Choose a tag to compare
  • 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

02 May 00:15
966c3ac
Compare
Choose a tag to compare
  • 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

11 Apr 23:21
a403b72
Compare
Choose a tag to compare
  • Fix formatting of param declarations

v24.10.2

10 Apr 22:15
54dc2da
Compare
Choose a tag to compare
  • 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

27 Feb 21:57
363cb42
Compare
Choose a tag to compare
  • Add formatting option for Mahesh form
  • Fix formatting of closures with no parameters

v24.10.0

25 Feb 16:09
923f6b1
Compare
Choose a tag to compare
  • Fix set assignment with pipe
  • Fix issues with lowering to Groovy AST

v1.0.4

17 Jan 23:09
dff88b5
Compare
Choose a tag to compare
  • Improve config syntax errors (#91)
  • Semantic highlighting (#92)
  • Fix detection of tap assignment (#89)

v1.0.3

13 Dec 06:04
2a0fa3c
Compare
Choose a tag to compare
  • 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