Skip to content

Commit

Permalink
Make VSIX settings Remote SSH aware (apache#4083)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBalin authored May 12, 2022
1 parent 793a135 commit 6432623
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions java/java.lsp.server/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
under the License.
-->

## Version 14.0
* netbeans.jdkhome setting is Remote SSH aware
## Version 13.0.301
* Added base code completion for Spock test framework
* Spock Block Names are offered inside methods if the class extends Spock Specification
Expand Down
3 changes: 2 additions & 1 deletion java/java.lsp.server/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"null"
],
"default": null,
"description": "Specifies JDK for the Apache NetBeans Language Server"
"description": "Specifies JDK for the Apache NetBeans Language Server",
"scope": "machine"
},
"netbeans.verbose": {
"type": "boolean",
Expand Down

0 comments on commit 6432623

Please sign in to comment.