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
As written on README.md from earlier versions, for this extension to function properly when using Connect to a running nREPL it's necessary for the user to add cider-nrepl plugin and tools.nrepl dependency.
If they don't do it, there are no clear warnings about it and the extension just doesn't work as intended (as seen on #30 comments).
The idea here is to check if those dependencies are correctly declared and warn the user otherwise.
The text was updated successfully, but these errors were encountered:
I think a good start is to check for those dependencies when trying to connect to the repl. If we find out that the configuration is not done correctly, we warn the user and don't connect to the repl.
As written on README.md from earlier versions, for this extension to function properly when using
Connect to a running nREPL
it's necessary for the user to add cider-nrepl plugin and tools.nrepl dependency.If they don't do it, there are no clear warnings about it and the extension just doesn't work as intended (as seen on #30 comments).
The idea here is to check if those dependencies are correctly declared and warn the user otherwise.
The text was updated successfully, but these errors were encountered: