lsp4intellij icon indicating copy to clipboard operation
lsp4intellij copied to clipboard

Missing package statusbar

Open cgueret opened this issue 3 years ago • 1 comments

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

cgueret avatar Nov 15 '21 09:11 cgueret

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

Blarkdackbyte avatar Dec 07 '21 20:12 Blarkdackbyte