mathiasfrohlich / vscode-kotlin

Kotlin language support for VS Code
Apache License 2.0
201 stars 21 forks source link

Add support for Kotlin-JS #28

Closed tomschrot closed 5 years ago

tomschrot commented 5 years ago

Hi I develop online apps and find VSC a great tool. For all the client (browser) code I use Kotlin-JS but the plugin keeps complaining about unresolved references (like in e.g. import org.w3c.dom.* ) or unsupported context (like dynamic) although the compiler runs through without problems. Can you please complete these references, or give advise for configuring the plugin!?

thx

nishtahir commented 5 years ago

Unfortunately, I think you're reporting to the wrong project I think you mean to report your issue to https://github.com/fwcd/KotlinLanguageServer

fwcd commented 5 years ago

Just for reference, I am tracking this issue in fwcd/KotlinLanguageServer#11.