-
Notifications
You must be signed in to change notification settings - Fork 6
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
Extension not working anymore #143
Comments
Same problem here. First time installing VSCode and Clojure Code. Just set up the extension and debugging according to instructions and got the same error when trying to launch debugger.
For me the error was almost same as above |
Looks like the launch.json automatically created by clicking the gear icon and selecting "Clojure Debug" is missing lots of stuff. Here's my automatically created launch.json That is pretty much the stuff that can be seen in the args variable when I tried to debug this issue. Error is caused by trying to access method replace of variable args.toolsJar. |
I ran into this on a fresh install of VSCode and this plugin. After adding the extra elements to |
Default launch parameters: "Debug adapter process has terminated unexpectedly"
|
getting the same error. Replaced the generated launch.json contents with the following:
no dice. still same error. I'm at a loss for what needs to be done here to make it work. Just installed Leiningen and Clojure, decided to try this extension in VSCode and....nothing. |
Environment
Description
Extension stopped working suddenly (maybe due to vscode update) i get
Steps to Reproduce
I get
TypeError: Cannot read property 'replace' of undefined
Line 612 in file ClojureDebug.js
Note : this extension was working correctly until recently, settings are configured correctty
The text was updated successfully, but these errors were encountered: