ballerina-platform / lsp4intellij

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.
Apache License 2.0
444 stars 105 forks source link

Missing package statusbar #263

Open cgueret opened 3 years ago

cgueret commented 3 years ago

Description: It seems the package "statusbar" is missing from the library shared on jitpack.

Steps to reproduce: In the graddle file add:

dependencies {
    implementation 'com.github.ballerina-platform:lsp4intellij:0.94.2'
}

Then browse the package imported:

image

Affected Versions: IntelliJ 2021.2.3 and LSP4IntelliJ 0.94.2

OS, DB, other environment details and versions: Java11

Blarkdackbyte commented 2 years ago

Confirmed with implementation("com.github.ballerina-platform:lsp4intellij:master-SNAPSHOT")