We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74e84b commit d8d82cfCopy full SHA for d8d82cf
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.7.10
2
+
3
+Adds workaround for the hanging Java process issue on the Windows platform [56](https://github.com/avli/clojureVSCode/issues/56).
4
5
# Version 0.7.9
6
7
Hotfix that detaches nREPL process on UNIX and non-detached one on Windows [56](https://github.com/avli/clojureVSCode/issues/56).
package.json
@@ -2,7 +2,7 @@
"name": "clojure",
"displayName": "Clojure",
"description": "Clojure nREPL support for Visual Studio Code",
- "version": "0.7.9",
+ "version": "0.7.10",
"publisher": "avli",
"author": {
8
"name": "Andrey Lisin",
0 commit comments