Skip to content

Commit fd2bb0c

Browse files
committed
Restore the enhanced ClojureScript completion functionality on anything but shadow-cljs
1 parent fefb6fd commit fd2bb0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
* Removed `cider-clojure-cli-parameters` due to clojure-cli jack-in changes.
2323
* Changed the behaviour of `cider-last-sexp` so it returns only the sexp, excluding all whitespace and/or the first newline after.
24+
* Restored the enhanced ClojureScript completion functionality on anything but `shadow-cljs`.
2425

2526
## 1.0.0 (2020-28-12)
2627

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
406406
(defconst cider-latest-clojure-version "1.10.1"
407407
"Latest supported version of Clojure.")
408408

409-
(defconst cider-required-middleware-version "0.25.9"
409+
(defconst cider-required-middleware-version "0.25.10"
410410
"The CIDER nREPL version that's known to work properly with CIDER.")
411411

412412
(defcustom cider-jack-in-auto-inject-clojure nil

0 commit comments

Comments
 (0)