vscode-clojure-debug
vscode-clojure-debug copied to clipboard
A VS Code package for developing Clojure code
The installation instructions refer to locating `tools.jar`, but it appears to have been removed in JDK 11: https://stackoverflow.com/questions/53707666/how-to-get-tools-jar-for-openjdk-11-on-windows
### Environment - VSCode Version: 1.19.1 - OS Version: macOS 10.13.1 - Clojure Extension Version: 1.2.0 ### Description Unable to start repl debugger. I tried using the example project [here](https://github.com/indiejames/clojure-code-demo)...
### Environment - VSCode Version:  - OS Version: windows 8.1 - Clojure Extension Version:  ### Description basicly i get this error , when a try to start the...
### Environment - VSCode Version: 1.18.1 - OS Version: Windows 10 - Clojure Extension Version: 1.2.0 ### Description Extension stopped working suddenly (maybe due to vscode update) i get ###...
MY launch.json { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ {...
With `{"debug": false}` the repl boots up, but the editor gets stuck at _Attaching to debugged process_.
### Environment - VSCode Version: 1.14.2 - OS Version: Mac OS Sierra 10.12.6 - Clojure Extension Version: 1.2.0 ### Description Launch requestListening for transport dt_socket at address: 8030 Custom user.clj...
### Environment - VSCode Version: 1.10.1 - OS Version: Windows 7 - Clojure Extension Version: V1.2.0 ### Description Debug process does not start properly. Errors in stacks let think of...
### Environment - VSCode Version: 1.11.12 - OS Version: Windows 10 - Clojure Extension Version: 0.2.0 ### Description Debug adapter process has terminated unexpectedly ### Steps to Reproduce 1. Clicks...
### 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": [...