Skip to content

Commit 039c37c

Browse files
committed
not specific to lsp4j anymore
1 parent 4b4bacb commit 039c37c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/lsp/src/main/scala/playground/lsp/MainServer.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import fs2.compression.Compression
88
import fs2.io.file.Files
99
import fs2.io.net.Network
1010

11-
/** Entrypoint to the language server. This is later adapted to the lsp4j model and used in Main to
12-
* launch. Anything workspace-related goes through this instance so this is what we use for some
13-
* heavier testing too.
11+
/** Entrypoint to the language server. This is later adapted to the lsp framework's model and used
12+
* in Main to launch. Anything workspace-related goes through this instance so this is what we use
13+
* for some heavier testing too.
1414
*/
1515
object MainServer {
1616

0 commit comments

Comments
 (0)