Skip to content

Starting REPL without debugger can't refresh code #139

@adriaanp

Description

@adriaanp

Environment

  • VSCode Version: 1.14.2
  • OS Version: macOS 10.12.6
  • Clojure Extension Version: 1.2.0

Description

Launching REPL with the following launch.json file

{
"version": "0.2.0",
"configurations": [
{
"commandLine": [
"$lein_path",
"with-profile",
"+debug-repl",
"repl",
":start",
":port",
"5555"
],
"name": "Clojure-Debug",
"type": "clojure",
"request": "launch",
"debug": false,
"console":"integratedTerminal",
"env": {}
}
]
}

Starts the REPL in the terminal fine although the status bar is stuck at "Starting REPL", and getting this every time I try to use Refresh Code: "Please launch or attach to a REPL before refreshing code."

If I start with debugging enabled everything works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions