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 1364814 commit a88d37fCopy full SHA for a88d37f
CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to the "kotlin" extension 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
+## [0.1.13]
7
+- Kotlin 1.3.11 support
8
+- Detailed completion signatures for overloaded methods
9
+- Updated to VSCode ^1.30.2
10
+- Improved dependency resolution logs
11
+
12
## [0.1.12]
13
- Kotlin 1.2.70 support
14
package.json
@@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/fwcd/KotlinLanguageServer.git"
},
- "version": "0.1.12",
+ "version": "0.1.13",
"preview": true,
"publisher": "fwcd",
"license": "MIT",
0 commit comments