Skip to content

Commit

Permalink
Update config description for java home, Java 8 is no longer supported
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Ponzi <me@fponzi.me>
  • Loading branch information
FedericoPonzi committed Dec 23, 2024
1 parent 539ccf1 commit 4991101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"type": "string",
"scope": "window",
"default": "",
"description": "Path to Java (8 or higher, 11 is recommended) home directory that should be used to run TLA+ tools.",
"markdownDescription": "Path to Java 11 (or higher) home directory that should be used to run TLA+ tools (akin to JAVA_HOME). [More info](https://docs.tlapl.us/using:vscode:installing_java#configure_the_extension)",
"maxLength": 1000
},
"tlaplus.java.options": {
Expand All @@ -336,7 +336,7 @@
"type": "string",
"scope": "window",
"default": "",
"description": "Additional options to pass to TLC.",
"markdownDescription": "Additional options to pass to TLC. Full list of available parameters is [here](https://github.com/tlaplus/tlaplus/blob/master/general/docs/current-tools.md).",
"maxLength": 1000
},
"tlaplus.tlc.modelChecker.optionsPrompt": {
Expand Down

0 comments on commit 4991101

Please sign in to comment.