-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reload a file to a running REPL #70
Comments
Hi @buzzdan I'm not sure I understand you correctly. Isn't it possible right now to reload a changed file by evaluating it once again? |
hi @avli and thanks for the great extension the ways i know to reload it is: what i ment is to have an easier flow to use:
is there anything else i might be missing ? Thanks again |
I think the easiest way to achieve what you want is to use "Clojure: Eval" or "Clojure: Eval and show the result" commands provided by the extension. These commands send the current file to the REPL. The commands are available in the command palette that can be called by |
It would be great to have the option to change the code and reload the file to the repl instead of restarting it
Dan
The text was updated successfully, but these errors were encountered: