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 079958f commit 7b058e5Copy full SHA for 7b058e5
CHANGELOG.md
@@ -3,6 +3,9 @@ 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.1.1]
7
+- Exclude too long symbol names from index for now
8
+
9
## [1.1.0]
10
- Provide ServerInfo via LSP's initialize
11
- Make Gradle class path resolver slightly more robust
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=1.1.1
+projectVersion=1.1.2
2
kotlinVersion=1.4.30-RC-232
exposedVersion=0.29.1
javaVersion=11
0 commit comments