Skip to content

Commit 5632e3a

Browse files
committed
Release 1.2.0
Signed-off-by: Ben Sherman <[email protected]>
1 parent ffb1d65 commit 5632e3a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.2.0] - 2025-04-10
8+
9+
- Add extension settings for code completion and formatting
10+
- Add extension setting for error reporting mode
11+
- Add opt-in telemetry (#82)
12+
- Add Seqera auth and webviews (#92)
13+
714
## [1.1.0] - 2025-02-25
815

916
- Download language server on startup (#68)

package.json

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

0 commit comments

Comments
 (0)