We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de410f commit 36cab7dCopy full SHA for 36cab7d
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.7.5
2
+
3
+Fixes the `Unable to start nREPL` bug [47](https://github.com/avli/clojureVSCode/issues/47).
4
5
# Version 0.7.4
6
7
Fixes the nREPL connection indicator behavior [42](https://github.com/avli/clojureVSCode/issues/42).
package.json
@@ -2,7 +2,7 @@
"name": "clojure",
"displayName": "Clojure",
"description": "Clojure nREPL support for Visual Studio Code",
- "version": "0.7.4",
+ "version": "0.7.5",
"publisher": "avli",
"author": {
8
"name": "Andrey Lisin",
0 commit comments