We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb1d65 commit 5632e3aCopy full SHA for 5632e3a
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to the Nextflow VS Code extension will be documented here.
4
5
See [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
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
14
## [1.1.0] - 2025-02-25
15
16
- Download language server on startup (#68)
package.json
@@ -2,7 +2,7 @@
2
"name": "nextflow",
3
"displayName": "Nextflow",
"description": "Nextflow language support",
- "version": "1.1.0",
+ "version": "1.2.0",
"publisher": "nextflow",
"repository": {
"type": "git",
0 commit comments