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 e7d136d commit b015f9aCopy full SHA for b015f9a
CHANGELOG.md
@@ -3,6 +3,12 @@ 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.1]
7
+- Add support for run/debug code lenses
8
+- Add definition lookup support for JDT symbols
9
+- Add quick fix for implementing abstract functions
10
+- Add experimental JDT.LS integration
11
+
12
## [1.3.0]
13
- Bump to Kotlin 1.6
14
- Support JDK 17
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=1.3.1
+projectVersion=1.3.2
2
kotlinVersion=1.6.10
exposedVersion=0.37.3
lsp4jVersion=0.12.0
0 commit comments