Open tats-u opened 1 year ago
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).
Right. BackupClassPathResolver.kt must be modified.
I think you'd want to modify findAlternativeLibraryLocation
Kotlin installed via
scoop install kotlin
in Windows has a directory structure not assumed by this language server.https://github.com/fwcd/kotlin-language-server/blob/8df2a0576ebc2979bd0afa37ba02a04c3f460244/shared/src/main/kotlin/org/javacs/kt/classpath/BackupClassPathResolver.kt#L53-L71
It's only Scoop that includes the latest and standalone Kotlin in package managers for Windows.