We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0852db commit 286f79cCopy full SHA for 286f79c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.5.4
2
+
3
+Fixes possible bug with missing return from the `provideDefinition` function [#26](https://github.com/avli/clojureVSCode/issues/26).
4
5
# Version 0.5.3
6
7
Cleans up the documentation a little
package.json
@@ -2,7 +2,7 @@
"name": "clojure",
"displayName": "Clojure",
"description": "Clojure nREPL support for Visual Studio Code",
- "version": "0.5.3",
+ "version": "0.5.4",
"publisher": "avli",
"author": {
8
"name": "Andrey Lisin",
0 commit comments