You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting an nREPL server using {:nrepl {:start? true}}, clients connecting to the REPL always being in the user namespace.
Since this is a lein plugin, would it be possible/desirable to respect the project's :init-ns value, if one exists, when connecting to lein-ring's nREPL server?
The text was updated successfully, but these errors were encountered:
When starting an nREPL server using
{:nrepl {:start? true}}
, clients connecting to the REPL always being in theuser
namespace.Since this is a lein plugin, would it be possible/desirable to respect the project's
:init-ns
value, if one exists, when connecting to lein-ring's nREPL server?The text was updated successfully, but these errors were encountered: