We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24c2e41 + a7211d3 commit bdba774Copy full SHA for bdba774
server/src/main/kotlin/org/javacs/kt/Main.kt
@@ -13,7 +13,7 @@ class Args {
13
* The language server can currently be launched in three modes:
14
* - Stdio, in which case no argument should be specified (used by default)
15
* - TCP Server, in which case the client has to connect to the specified tcpServerPort (used by the Docker image)
16
- * - TCP Client, in whcih case the server will connect to the specified tcpClientPort/tcpClientHost (optionally used by VSCode)
+ * - TCP Client, in which case the server will connect to the specified tcpClientPort/tcpClientHost (optionally used by VSCode)
17
*/
18
19
@Parameter(names = ["--tcpServerPort", "-sp"])
0 commit comments