-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm totally new to Clojure. Trying to get a good working environment, this looks like a really good setup with VS code.
But I am unable to get this running. First I get
Debug adapter process has terminated unexpectedly
Then I see that this can be fixed by explicitly setting the path instead of using the variable
// "$lein_path",
"/usr/local/bin/lein",
But I do not understand why, because I have this in my VS settings.
"clojure.leinPath": "/usr/local/bin/lein",
But after this change I get further, but now instead I'm stuck here
Launch request
(Warning: profile :debug-repl not found.)
(Warning: profile :debug-repl not found.)
nREPL server started on port 5555 on host 127.0.0.1 - nrepl://127.0.0.1:5555
I'm running macOS 10.13.1 with clojure 1.9.0 and Leiningen 2.8.1.
daveroberts
Metadata
Metadata
Assignees
Labels
No labels