Closed
Description
Description: When opening a lein project for the first time or choosing Clojure: start nREPL from the command palette, the nREPL is not started and the error, "Can't start nREPL." is seen. Nothing is shown in the Problems or Debug Console panel.
System info
- macOS Sierra 10.12.6
- VSCode 1.14.1
- clojureVSCode 0.7.4
- Leiningen 2.7.1
- Clojure 1.8.0
- REPL-y 0.3,7, nREPL 0.2.12
- Java 1.8.0_131-b11
Steps to reproduce
- Start a new Clojure project with
lein new app foo && cd foo
- Open the project in VSCode and open src/foo/core.clj
- Note that the error "Can't start nREPL." is shown
- Open command palette with Cmd+Shift+P
- Select Clojure: start nREPL
- Note that the error "Can't start nREPL." is shown
Starting a REPL in the CLI and connecting as described in #11 works perfectly, though.