fwcd

Results 150 comments of fwcd

> thanks for starting this project! Both the language and the compiler are very fun to experiment with, so thank you for all the work that went into it! Also,...

@samdoctor That is a known issue, tracked here: https://github.com/fwcd/kotlin-language-server/issues/200

Could you check the output log for `Kotlin`? Maybe this is a duplicate of https://github.com/fwcd/kotlin-language-server/issues/287?

You can download the language server binary (e.g. from [GitHub Releases](https://github.com/fwcd/kotlin-language-server/releases/tag/1.1.2)) anywhere you like, then point the setting `kotlin.languageServer.path` to it. Similarly you can download and install the debug adapter...

Hi, thanks for the note. Since this extension's debugger is just a thin wrapper around [`kotlin-debug-adapter`](https://github.com/fwcd/kotlin-debug-adapter), can we provide such a dynamic debug configuration on the DAP server side or...

Are you in a Maven or Gradle project? If not, the language server might have trouble finding your standard library. The extension by `mathiasfrohlich` doesn't have this issue since it...

Are there any blockers to this PR or #81? Vapor 3 support runs pretty well, I have been using it in production for a few months now, and having a...

The language server should support them, the debug adapter does not (yet). Could you post the log from the `Kotlin` section in the output tab?

@gusbemacbe Could you please share the Kotlin log in the output section: ![grafik](https://user-images.githubusercontent.com/30873659/63176679-a9c4c700-c046-11e9-975b-29de37aa91c8.png)

@gusbemacbe This is possibly https://github.com/fwcd/kotlin-language-server/issues/116.