clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Auto restart nREPL on the project file change

Open avli opened this issue 6 years ago • 1 comments

This is suggested in a review on the Marketplace. The motivation is to have an ability to pick up all new dependencies on-the-fly. Not sure, however, that the REPL has to be restarted in this case. Maybe the simple dependency installation command will be enough...

avli avatar May 12 '18 14:05 avli

I think that restarting a repl should be manual. If one wants 'to pick up all new dependencies on-the-fly', have a look at lucid.package lib.

At first, you have to add the dependency and restart your repl of course. After that you can pull any dependency you need.

vganshin avatar Jul 01 '18 10:07 vganshin