fix: NPE when no lsp connected

This commit is contained in:
FalsePattern 2023-08-14 20:15:53 +02:00
parent 3b8ade8eac
commit c297c122da
Signed by: falsepattern
GPG key ID: FDF7126A9E124447
2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,9 @@ Changelog structure reference:
## [Unreleased] ## [Unreleased]
### Fixed
- NullPointerException when clicking the red circle when the LSP is not connected
## [0.5.1] "Modernization" ## [0.5.1] "Modernization"
### Added ### Added

View file

@ -42,7 +42,7 @@ repositories {
dependencies { dependencies {
compileOnly(libs.annotations) compileOnly(libs.annotations)
implementation("com.github.FalsePattern:lsp4intellij:ea62500d74") implementation("com.github.FalsePattern:lsp4intellij-zigbrains:c6b5059039")
} }
intellij { intellij {