indiejames / vscode-clojure-debug

A VS Code package for developing Clojure code
MIT License
84 stars 6 forks source link

Launch debugger nREPL without leiningen to remove leiningen dependency #122

Open indiejames opened 7 years ago

indiejames commented 7 years ago

It should be possible to launch the internal REPL directly without using lein. This would remove the dependency and be one less setting for the user.