Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 12, 2024
1 parent 9557c76 commit 2e92fc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// A launch configuration that launches the extension inside a new window
{
"version": "1.0.0",
"version": "1.0.1",
"configurations": [
{
"name": "Extension",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nextflow",
"displayName": "Nextflow",
"description": "Nextflow language support",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "nextflow",
"repository": {
"type": "git",
Expand Down Expand Up @@ -153,12 +153,12 @@
"null"
],
"default": null,
"description": "Specifies the folder path to the JDK. Use this setting if the extension cannot find Java automatically."
"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."
},
"nextflow.suppressFutureWarnings": {
"type": "boolean",
"default": true,
"description": "Hide warnings for future changes, deprecations, and removals."
"description": "Hide warnings for future deprecations and other paranoid warnings."
}
}
}
Expand Down

0 comments on commit 2e92fc3

Please sign in to comment.