From 14f1962411fb0303d45586e831694d5a2d6cb1c8 Mon Sep 17 00:00:00 2001 From: Brett Walker Date: Tue, 18 Oct 2022 15:12:48 +1100 Subject: [PATCH] Update README.md Add missing variable name from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d0902d..528ae2a 100644 --- a/README.md +++ b/README.md @@ -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