All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsonRpc.LSPServer.scala Maven / Gradle / Ivy

package jsonRpc

import lsp.{LanguageServer, SharedLSPServer}

class LSPServer(languageServer: LanguageServer,
                connection: JsonRpcConnection)
  extends SharedLSPServer(languageServer, connection, new JVMQueue[WorkItem]) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy