failed to start kotlin lang server
See original GitHub issueMy project is maven project ,
When i open project only show internal error
popup,and the bottom bar always show
activating kotlin language server
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Couldn't start client Kotlin Language Client & Internal error. #62
Internal error. With Java version 16: The Kotlin Language Client server crashed 5 times in the last 3 minutes. The server will not...
Read more >I sometimes think that Kotlin as it is, could not exist without ...
I sometimes think that Kotlin as it is, could not exist without Intellij. ... Kotlin also works with Vim [1], Eclipse [2] and...
Read more >Kotlin language server in neovim - Reddit
Spawning language server with cmd: kotlin-language-server failed. The language server is either not installed, missing from PATH, ...
Read more >Kotlin Programming Language
A productive way to write server‑side applications. Compatible with the Java ecosystem. Use your favorite JVM frameworks and libraries.
Read more >kotlin-language-server - Homebrew Formulae
Install command: brew install kotlin-language-server. Intelligent Kotlin support for any editor/IDE using the Language Server Protocol.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This was fixed in c65b415e7ccbdaf19072e0df750cdf81cdff61e0 but has not been published to the Marketplace yet, so building the language server manually should fix it for now.
I have added a test assertion to verify that your artifact is parsed correctly: https://github.com/fwcd/KotlinLanguageServer/blob/cba6860df327b362f10b36af08fae8fdf3b8b8ec/shared/src/test/kotlin/org/javacs/kt/MavenArtifactParsingTest.kt#L39-L46
@khe817 Currently in progress, the new version will be released to the marketplace later today and feature an auto-updater that automatically fetches the latest language server from GitHub releases!