avli / clojureVSCode

Clojure support for Visual Studio Code
https://avli.github.io/clojureVSCode/
MIT License
204 stars 34 forks source link

Auto restart nREPL on the project file change #105

Open avli opened 6 years ago

avli commented 6 years ago

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...

vganshin commented 6 years ago

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.