We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c72deb commit a575c5cCopy full SHA for a575c5c
src/cider/nrepl/middleware/complete.clj
@@ -10,6 +10,8 @@
10
[orchard.misc :as misc]
11
[suitable.compliment.sources.cljs :as suitable-sources]))
12
13
+;; TODO: Replace this with a presence check for shadow-cljs
14
+;; See https://github.com/rksm/clj-suitable/issues/15 for details
15
(def suitable-enabled? (System/getProperty "cider.internal.test.cljs-suitable-enabled"))
16
17
(when suitable-enabled?
0 commit comments