jtulach commented on PR #9428: URL: https://github.com/apache/netbeans/pull/9428#issuecomment-4645493483
Thanks for trying @matthiasblaesing... > I then looked into the plugin-in dialog. There is no entry for the kotlin LSP Plugin, shouldn't that be visible there? > > The URL in the external file worked (I suspected, that download is only possible when authenticated to github, but curl happily starts downloading after telling it to follow redirects). ... I don't think authentication is needed. Certainly my JVM isn't authenticated to GitHub and I am able to successfully: ```bash netbeans$ git log | head -n3 commit 0b08fd4428ae9c4790b3d1a2ae741cfa41ece186 Author: Jaroslav Tulach <[email protected]> Date: Sun Jun 7 15:29:29 2026 +0200 netbeans$ rm -rf *; git checkout -f .; JAVA_HOME=/jdk-21/ ant build netbeans$ JAVA_HOME=/jdk-21 ant tryme ``` and after clicking "Install Kotlin LSP" the download info appears in the log file: ``` [exec] INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: https://github.com/fwcd/kotlin-language-server/releases/download/1.3.13/server.zip ``` After restart (I'll try to remove the need for a restart), the code completion & co. seems to work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
