fwcd

Results 260 comments of fwcd

Finally got a chance to play with this in Neovim [1] and with some minor tweaks in 05ef579 to update it for the current grammar I could get this to...

I believe this should be solved as of #12656. Feel free to reopen if not.

I'll close this, since this is something handled by the language server, as mentioned above.

There's something strange with the Xcode installation in these runners, running `xcrun --show-sdk-version` outputs ``` xcodebuild: error: SDK "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk" cannot be located. xcrun: error: unable to lookup item 'SDKVersion' in...

Please keep discussions focused on the actual topic and refrain from "bumps" and pings. This is a volunteer-driven project and someone will have to put in the time and effort...

The SLF4J warning is fine (maybe not fine, but expected 😄). > ``` > A delegate object is null, jsonrpc methods of 'public default org.eclipse.lsp4j.services.NotebookDocumentService org.eclipse.lsp4j.services.LanguageServer.getNotebookDocumentService()' are ignored > ```...

Consult with the docs/maintainers of the language client you're using or try another client and see if the issues persist.

@RimuhRimu https://github.com/fwcd/kotlin-language-server/issues/546#issuecomment-2119646514 looks like a duplicate of https://github.com/fwcd/kotlin-language-server/issues/564 By the way, it would be great if you (all) could pretty-print the stack traces (i.e. replace `\n`s with newlines) and ideally...

Thanks for looking into this! That's a neat idea, though generating files in the user's project directory is something I'm trying to use sparingly. Ideally we could use the Gradle...

Nice! What I had in mind would be to go a step further and resolve the `EclipseModel` directly from within the language server (ideally so we could drop the `xyzClasspathFinder.gradle`...