You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, I think the issue is that scoop creates shim scripts instead of symlinking directly to the compiler, which makes it hard for us to find the compiler (without hardcoding scoop-related paths).
Kotlin installed via
scoop install kotlin
in Windows has a directory structure not assumed by this language server.kotlin-language-server/shared/src/main/kotlin/org/javacs/kt/classpath/BackupClassPathResolver.kt
Lines 53 to 71 in 8df2a05
It's only Scoop that includes the latest and standalone Kotlin in package managers for Windows.
The text was updated successfully, but these errors were encountered: