Skip to content

Commit c9ec147

Browse files
committed
Release 1.6.0
1 parent fa1a38f commit c9ec147

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.6.0] - 2025-10-23
8+
9+
- Add syntax highlighting for `params` block
10+
- Add syntax highlighting for type annotations
11+
- Add command to convert scripts to static types
12+
- Add setting to enable type checking
13+
- Add option for Nextflow 25.10
14+
715
## [1.5.2] - 2025-08-21
816

917
- Enable authentication in GitHub API requests

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.5.2",
5+
"version": "1.6.0",
66
"publisher": "nextflow",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)