You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Environment
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.
The text was updated successfully, but these errors were encountered: