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 0cfe341 commit 5f705b0Copy full SHA for 5f705b0
cider-repl.el
@@ -1229,9 +1229,9 @@ command will prompt for the name of the namespace to switch to."
1229
;; NOTE: `require' and `in-ns' are special forms in ClojureScript.
1230
;; That's why we eval them separately instead of combining them with `do'.
1231
(when cider-repl-require-ns-on-set
1232
- (cider-nrepl-sync-request:eval (format "(require '%s)" ns) connection))
1233
- (cider-nrepl-request:eval (format "(in-ns '%s)" ns)
1234
- (cider-repl-switch-ns-handler connection)))))
+ (cider-sync-tooling-eval (format "(require '%s)" ns) nil connection))
+ (cider-tooling-eval (format "(in-ns '%s)" ns)
+ (cider-repl-switch-ns-handler connection)))))
1235
1236
1237
;;; Location References
0 commit comments