Skip to content

Commit

Permalink
fix(intellj): update chat panel for compatible with v0.18.0. (#3227)
Browse files Browse the repository at this point in the history
* fix(intellj): update chat panel for compatible with v0.18.0.

* chore(intellij): bump version to 1.8.0-dev.

* fix(intellij): fix show message when server disconnected.
  • Loading branch information
icycodes authored Oct 1, 2024
1 parent 87ba2e3 commit a11d78f
Show file tree
Hide file tree
Showing 7 changed files with 601 additions and 322 deletions.
3 changes: 2 additions & 1 deletion clients/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
instrumentationTools()
}
implementation("org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.1")
implementation("io.github.z4kn4fein:semver:2.0.0")
}

tasks {
Expand All @@ -38,7 +39,7 @@ tasks {

intellijPlatform {
pluginConfiguration {
version.set("1.7.0-dev")
version.set("1.8.0-dev")
changeNotes.set(provider {
changelog.renderItem(
changelog.getLatest(),
Expand Down
Loading

0 comments on commit a11d78f

Please sign in to comment.