File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 88* [ #2828 ] ( https://github.com/clojure-emacs/cider/pull/2828 ) : Bind "L" to toggle display of locals during a debug session.
99* [ #2800 ] ( https://github.com/clojure-emacs/cider/pull/2800 ) : Add support for force-out debugger command.
1010* Add support for nREPL 0.8 ` completions ` op. It's used if ` cider-nrepl ` is not available.
11+ * Add ` browser ` to the list of supported ClojureScript REPL types.
1112
1213### Changes
1314
Original file line number Diff line number Diff line change @@ -821,6 +821,8 @@ The supplied string will be wrapped in a do form if needed."
821821 (figwheel-main cider-figwheel-main-init-form cider-check-figwheel-main-requirements)
822822 (figwheel-connected " (figwheel-sidecar.repl-api/cljs-repl)"
823823 cider-check-figwheel-requirements)
824+ (browser " (do (require 'cljs.repl.browser) (cider.piggieback/cljs-repl (cljs.repl.browser/repl-env)))"
825+ cider-check-node-requirements)
824826 (node " (do (require 'cljs.repl.node) (cider.piggieback/cljs-repl (cljs.repl.node/repl-env)))"
825827 cider-check-node-requirements)
826828 (weasel " (do (require 'weasel.repl.websocket) (cider.piggieback/cljs-repl (weasel.repl.websocket/repl-env :ip \" 127.0.0.1\" :port 9001)))"
You can’t perform that action at this time.
0 commit comments