Hi <@U08J4JXNAVD>! I was testing the LSP in VS Cod...
# gsoc-kotlin-lsp-project
e
Hi @hemram! I was testing the LSP in VS Code. I started collecting my feedback in a document (which I am attaching here). My plan was to go one by one on the different features described in the release notes, but early on the server entered into a crashing loop. I tried to enable/disable and uninstall/install the extension, restart VS code and a few more things (even looking for the process running the server and sigkill it), but every time I would relaunch a kotlin file, it would crash again. I added some details and the logs in the pdf file, you will find them at the bottom. Please let me know if you want to set up a short call to go through it together, or if you already had an idea what might have happened, so I can fix it and continue testing. Thanks!
h
Hi @Eric Romanenghi thanks for checking it out, I am working on new version 1.7 with few new features. i just noticed few of the commits are missing in the release of the 1.5 version ( which are OS specific bugs of VSCode ) could you confirm if you are using MacOS by any chance ? if yes then i will fix it out and test it using your input, if not we can have a call so i can get a better understanding of the problem. Thank you once again.
and also could you check if this section is present/visible in the output section of the vscode terminal after opening a file.
e
Hi @hemram thanks for your quick response! Indeed, I am using macOS, I will wait then for the newer version and resume my testing then!
Regarding you question, indeed, I see both sections (Kotlin LSP and Kotlin LSP Trace), I didn't noticed them before, thank you for pointing it out! Let me know if you require some of the logs there as well.
I added to my feedback document more details about my laptop and OS, so next pdf I sent you will have those details as well
h
Yes please can you send the logs ( both lsp and lsp trace ) as separate text files
n
Hey @hemram I'm also testing the LSP and have the same issues as @Eric Romanenghi. Here are the logs for the lsp and lsp trace
I'm using Mac OS 15.5 and VS Code Version: 1.102.3 and LSP version 1.5.0
h
@Neeraja you are most likely using Java version below 21 I made the lsp to run with strict 21 version as analysis api needed that I'm working on it, thanks for feedback
One thing to mention is Arrow-kt has Kotlin multiplatform modules in it which is not implemented yet ( which I mentioned in the roadmap ).
👍 1
n
Hey @hemram I switched to 21 and it's still crashing for me
h
Hi @Neeraja, worked on it. i have released a new release v1.8 Please check with it. Thanks
👀 1