fix: NPE when no lsp connected
This commit is contained in:
parent
3b8ade8eac
commit
c297c122da
2 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,9 @@ Changelog structure reference:
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
- NullPointerException when clicking the red circle when the LSP is not connected
|
||||
|
||||
## [0.5.1] "Modernization"
|
||||
|
||||
### Added
|
||||
|
|
|
@ -42,7 +42,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compileOnly(libs.annotations)
|
||||
implementation("com.github.FalsePattern:lsp4intellij:ea62500d74")
|
||||
implementation("com.github.FalsePattern:lsp4intellij-zigbrains:c6b5059039")
|
||||
}
|
||||
|
||||
intellij {
|
||||
|
|
Loading…
Add table
Reference in a new issue