We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0150079 commit a2933c1Copy full SHA for a2933c1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.7.9
2
+
3
+Hotfix that detaches nREPL process on UNIX and non-detached one on Windows [56](https://github.com/avli/clojureVSCode/issues/56).
4
5
# Version 0.7.8
6
7
Fixes the troubles with a hanging Java process [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.8",
+ "version": "0.7.9",
"publisher": "avli",
"author": {
8
"name": "Andrey Lisin",
0 commit comments