We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4bacb commit 039c37cCopy full SHA for 039c37c
modules/lsp/src/main/scala/playground/lsp/MainServer.scala
@@ -8,9 +8,9 @@ import fs2.compression.Compression
8
import fs2.io.file.Files
9
import fs2.io.net.Network
10
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.
+/** Entrypoint to the language server. This is later adapted to the lsp framework's model and used
+ * in Main to launch. Anything workspace-related goes through this instance so this is what we use
+ * for some heavier testing too.
14
*/
15
object MainServer {
16
0 commit comments