afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
52 stars 5 forks source link

Remote REPL doesn't support tests, missing cider-nrepl middleware #55

Closed ericdallo closed 2 months ago

ericdallo commented 2 months ago

When connecting to a remote repl we are not using cider-nrepl middleware so we don't have test support, we need to check how cider does that

ericdallo commented 2 months ago

I'm closing this as it's not a bug, if the repl doesn't support cider-middleware we cannot do anything, it's the same cider does