Skip to content

Commit 0880603

Browse files
committed
Release 1.4.1
1 parent 0c532f2 commit 0880603

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the Nextflow VS Code extension will be documented here.
44

55
See [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.4.1] - 2025-05-14
8+
9+
- Check Java version on language server startup (#128)
10+
- Preview error log in run history (#130)
11+
712
## [1.4.0] - 2025-05-13
813

914
- Add 25.04 to language version options

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nextflow",
33
"displayName": "Nextflow",
44
"description": "Nextflow language support",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"publisher": "nextflow",
77
"repository": {
88
"type": "git",

syntaxes/nextflow.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"end": "}",
4848
"patterns": [
4949
{
50-
"include": "source.nextflow-groovy#comments"
50+
"include": "source.nextflow-groovy#groovy"
5151
},
5252
{
5353
"include": "#enum-values"

0 commit comments

Comments
 (0)