mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Remove arguments parameter from main method
This commit is contained in:
parent
c096967573
commit
1a93d224fb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ package texlab
|
|||
|
||||
import org.eclipse.lsp4j.jsonrpc.Launcher
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fun main() {
|
||||
val server = LanguageServerImpl()
|
||||
val launcher = Launcher.createLauncher(server, CustomLanguageClient::class.java, System.`in`, System.out)
|
||||
server.connect(launcher.remoteProxy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue