We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d0101 commit bee7dedCopy full SHA for bee7ded
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to the language server will be documented in this file.
3
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+## [1.3.7]
7
+- Fix definition lookup for external sources
8
+- Fix binding context query for other definition lookups
9
+
10
## [1.3.6]
11
- Update to Gradle 8.3 and Kotlin 1.9.10
12
gradle.properties
@@ -1,2 +1,2 @@
1
-version=1.3.7
+version=1.3.8
2
javaVersion=11
0 commit comments