File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to the Nextflow VS Code extension will be documented here.
4
4
5
5
See [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
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
+
7
14
## [ 1.1.0] - 2025-02-25
8
15
9
16
- Download language server on startup (#68 )
Original file line number Diff line number Diff line change 2
2
"name" : " nextflow" ,
3
3
"displayName" : " Nextflow" ,
4
4
"description" : " Nextflow language support" ,
5
- "version" : " 1.1 .0" ,
5
+ "version" : " 1.2 .0" ,
6
6
"publisher" : " nextflow" ,
7
7
"repository" : {
8
8
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments