Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing variable name from README.md
  • Loading branch information
brett-walker authored and robstryker committed Nov 2, 2022
1 parent b8cf718 commit 14f1962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This extension supports a number of commands for interacting with supported serv
This extension contributes the following settings:

* `vscodeAdapters.showChannelOnServerOutput`: enable/disable the server output channel logs
* ``: Specifies the path to a JDK (version 8 or newer) which will be used to launch the Runtime Server Protocol (RSP) Server, as well as be the default java to launch any Java-based runtimes that the RSP will control.\nOn Windows, backslashes must be escaped, i.e.\n\"rsp-ui.rsp.java.home\":\"C:\\\\Program Files\\\\Java\\\\jdk1.8.0_161\"
* `rsp-ui.rsp.java.home`: Specifies the path to a JDK (version 8 or newer) which will be used to launch the Runtime Server Protocol (RSP) Server, as well as be the default java to launch any Java-based runtimes that the RSP will control.\nOn Windows, backslashes must be escaped, i.e.\n\"rsp-ui.rsp.java.home\":\"C:\\\\Program Files\\\\Java\\\\jdk1.8.0_161\"
* `rsp-ui.enableStartServerOnActivation`: Specifies which RSP Server have to be automatically started during activation. If option is disabled, user will have to manually start the RSP Server through command palette or context menu
* `rsp-ui.enableAsyncPublish`: enable/disable async publishing

Expand Down

0 comments on commit 14f1962

Please sign in to comment.