We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1b80e commit b48c8a8Copy full SHA for b48c8a8
messages.json
@@ -6,5 +6,7 @@
6
"0.3.0": "messages/0.3.0.txt",
7
"0.4.0": "messages/0.4.0.txt",
8
"0.4.1": "messages/0.4.1.txt",
9
- "0.4.2": "messages/0.4.2.txt"
+ "0.4.2": "messages/0.4.2.txt",
10
+ "0.5.0": "messages/0.5.0.txt",
11
+ "0.6.0": "messages/0.6.0.txt"
12
}
messages/0.6.0.txt
@@ -0,0 +1,12 @@
1
+=> 0.6.0
2
+
3
+Features:
4
+* Diagnostics counter in status bar (@predagnikolic)
5
+* Richer extensibility framework
+Major bug fixes:
+* Fix completion breakage from servers omitting sortText on some completion items. (@rwols)
+Plus many more contributions, all very much appreciated!
+See https://github.com/tomv564/LSP/releases/tag/0.6.0 for full update details.
0 commit comments