Skip to content
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

Starting REPL without debugger can't refresh code #139

Open
adriaanp opened this issue Aug 8, 2017 · 0 comments
Open

Starting REPL without debugger can't refresh code #139

adriaanp opened this issue Aug 8, 2017 · 0 comments

Comments

@adriaanp
Copy link

adriaanp commented Aug 8, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant