Skip to content

Commit 2e92fc3

Browse files
committed
Release v1.0.1
Signed-off-by: Ben Sherman <[email protected]>
1 parent 9557c76 commit 2e92fc3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// A launch configuration that launches the extension inside a new window
22
{
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"configurations": [
55
{
66
"name": "Extension",

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: 3 additions & 3 deletions
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.0.0",
5+
"version": "1.0.1",
66
"publisher": "nextflow",
77
"repository": {
88
"type": "git",
@@ -153,12 +153,12 @@
153153
"null"
154154
],
155155
"default": null,
156-
"description": "Specifies the folder path to the JDK. Use this setting if the extension cannot find Java automatically."
156+
"markdownDescription": "Specify the folder path to the desired Java runtime. Equivalent to the `JAVA_HOME` environment variable, i.e. the Java binary should be located at `$JAVA_HOME/bin/java`. Use this setting if the extension cannot find Java automatically."
157157
},
158158
"nextflow.suppressFutureWarnings": {
159159
"type": "boolean",
160160
"default": true,
161-
"description": "Hide warnings for future changes, deprecations, and removals."
161+
"description": "Hide warnings for future deprecations and other paranoid warnings."
162162
}
163163
}
164164
}

0 commit comments

Comments
 (0)