Skip to content

Commit 32ac954

Browse files
committed
Fix support for older intellij
1 parent b6d4524 commit 32ac954

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- Fix support for older intellij.
6+
57
## 0.13.1
68

79
- Fix classpath lookup injecting user env on default classpath lookup commands.

src/main/clojure/com/github/clojure_lsp/intellij/extension/status_bar_factory.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
[]
7373
StatusBarWidget
7474
(ID [_] widget-id)
75+
(install [_ _])
7576
(getPresentation [this] this)
7677
StatusBarWidget$IconPresentation
7778
(getClickConsumer [_]

0 commit comments

Comments
 (0)